From 88c5c3da1e23b1936f2c00451be9b41ab2b40342 Mon Sep 17 00:00:00 2001 From: xwu2git <3871873+xwu2git@users.noreply.github.com> Date: Fri, 4 Oct 2019 20:20:07 -0700 Subject: [PATCH] update README. --- deployment/kubernetes/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/kubernetes/README.md b/deployment/kubernetes/README.md index 420dd000a..9466fb093 100644 --- a/deployment/kubernetes/README.md +++ b/deployment/kubernetes/README.md @@ -15,12 +15,12 @@ ssh-copy-id ``` 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 office1_zone=yes -kubectl label node office1_storage=yes +kubectl label node office1-zone=yes +kubectl label node office1-storage=yes ``` 5. Finally, start/stop services as follows: