Skip to content

Commit 57ce1ba

Browse files
authored
Merge pull request #163 from xwu2git/v19.10.1
update README.
2 parents 43688c1 + 88c5c3d commit 57ce1ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: deployment/kubernetes/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ ssh-copy-id <worker-node>
1515
```
1616

1717
4. If you enable more than 1 office, label the worker nodes as follows:
18-
- Label the nodes where cloud/office services can run, for example, ```cloud_zone=yes```, ```office1_zone=yes```, ```office2_zone=yes```, ```office3_zone=yes```, etc.
19-
- 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.
18+
- Label the nodes where cloud/office services can run, for example, ```cloud-zone=yes```, ```office1-zone=yes```, ```office2-zone=yes```, ```office3-zone=yes```, etc.
19+
- 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.
2020

2121
```
22-
kubectl label node <worker-node> office1_zone=yes
23-
kubectl label node <worker-node> office1_storage=yes
22+
kubectl label node <worker-node> office1-zone=yes
23+
kubectl label node <worker-node> office1-storage=yes
2424
```
2525

2626
5. Finally, start/stop services as follows:

0 commit comments

Comments
 (0)