Skip to content

Commit

Permalink
Merge pull request #163 from xwu2git/v19.10.1
Browse files Browse the repository at this point in the history
update README.
  • Loading branch information
xwu2git authored Oct 5, 2019
2 parents 43688c1 + 88c5c3d commit 57ce1ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ ssh-copy-id <worker-node>
```

4. If you enable more than 1 office, label the worker nodes as follows:
- Label the nodes where cloud/office services can run, for example, ```cloud_zone=yes```, ```office1_zone=yes```, ```office2_zone=yes```, ```office3_zone=yes```, etc.
- Label the nodes where recoding storage can be saved (disk space required), for example, ```cloud_storage=yes```, ```office1_storage=yes```, ```office2_storage=yes```, ```office3_storage=yes```, etc.
- Label the nodes where cloud/office services can run, for example, ```cloud-zone=yes```, ```office1-zone=yes```, ```office2-zone=yes```, ```office3-zone=yes```, etc.
- Label the nodes where recoding storage can be saved (disk space required), for example, ```cloud-storage=yes```, ```office1-storage=yes```, ```office2-storage=yes```, ```office3-storage=yes```, etc.

```
kubectl label node <worker-node> office1_zone=yes
kubectl label node <worker-node> office1_storage=yes
kubectl label node <worker-node> office1-zone=yes
kubectl label node <worker-node> office1-storage=yes
```

5. Finally, start/stop services as follows:
Expand Down

0 comments on commit 57ce1ba

Please sign in to comment.