Skip to content

Commit

Permalink
updated the list of exceptions for the spellchecker
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Ustiugov <dmitrii.ustiugov@epfl.ch>
  • Loading branch information
ustiugov committed Feb 23, 2021
1 parent 39e0530 commit 1b07fff
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
13 changes: 11 additions & 2 deletions configs/.wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
linter
md
ACM
Adileh
al
Expand Down Expand Up @@ -47,6 +45,7 @@ CNI
coderay
colocated
config
configs
CONFL
congrats
Congrats
Expand Down Expand Up @@ -82,6 +81,7 @@ Drumond
DVFS
Edouard
env
envsubst
EPFL
et
EuroSys
Expand All @@ -108,6 +108,7 @@ grot
Grot
HDDs
Hestness
hostname
HPCA
href
htaccess
Expand Down Expand Up @@ -161,6 +162,7 @@ ldquo
Letraset
Lim
Linearizable
linter
LLC
Lorem
Lotfi
Expand All @@ -171,6 +173,7 @@ Manycore
margaritov
Margaritov
Marios
md
MECS
metadata
Micheli
Expand All @@ -180,6 +183,7 @@ microVMs
minio
MinIO
Mirzadeh
mkdir
mr
MSI
multi
Expand Down Expand Up @@ -237,6 +241,9 @@ priyank
Priyank
ps
PTEMagnet
pv
PV
pvc
QoS
QOS
quickstart
Expand Down Expand Up @@ -286,6 +293,7 @@ SSD
stateful
Stavros
sudo
svc
TCO
th
TLB
Expand Down Expand Up @@ -322,6 +330,7 @@ WOOT
xl
xml
xyz
yaml
yml
YY
Zhu
18 changes: 17 additions & 1 deletion docs/developers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Once the container is up and running, follow [this](./quickstart_guide.md#setup-
Record-and-Prefetch (REAP) snapshots.

* vHive integrates with Kubernetes and Knative via its built-in CRI support.
Currently, only Knative Serving is supported.

* vHive supports arbitrary distributed setup of a serverless cluster.

Expand All @@ -41,7 +42,10 @@ Record-and-Prefetch (REAP) snapshots.
* vHive has robust Continuous-Integration and our team is committed to deliver
high-quality code.

### Deploying a MinIO S3 service in a cluster

### MinIO S3 service

#### Deploying a MinIO service

```bash
# create a folder in the local storage (on <MINIO_NODE_NAME> that is one of the Kubernetes nodes)
Expand All @@ -59,6 +63,18 @@ kubectl apply -f deployment.yaml
kubectl apply -f service.yaml
```

#### Deleting the MinIO service that was created with the instructions above

```bash
kubectl delete deployment minio-deployment
kubectl delete pvc minio-pv-claim
kubectl delete svc minio-service
kubectl delete pv minio-pv
```

Note that files in the bucket persist in the local filesystem after a persistent volume removal.


## Performance analysis

Currently, vHive supports two modes of operation that enable different types
Expand Down

0 comments on commit 1b07fff

Please sign in to comment.