summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Grant <bgrant0607@users.noreply.github.com>2017-01-18 13:47:24 -0800
committerGitHub <noreply@github.com>2017-01-18 13:47:24 -0800
commita5a36b6f1b743aabe742d9302a273bdff24dae07 (patch)
tree063358b858bc977a33f7b57cfcb1e2448b197bfd
parentf9c26fea3ccf6628805eca41afe3e538e235bc51 (diff)
parent22415add498f9faa8c9445bf043ccd2e71bf1011 (diff)
Merge pull request #232 from xilabao/patch-1
update doc about enable rbac on local cluster
-rw-r--r--contributors/devel/local-cluster/local.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/contributors/devel/local-cluster/local.md b/contributors/devel/local-cluster/local.md
index 60bd5a8f..c3ae7293 100644
--- a/contributors/devel/local-cluster/local.md
+++ b/contributors/devel/local-cluster/local.md
@@ -30,6 +30,10 @@ and run the following (since one needs sudo access to start/stop Kubernetes daem
cd kubernetes
hack/local-up-cluster.sh
```
+If you want to enable RBAC on local cluster, you can run the following:
+```shell
+ENABLE_RBAC=true hack/local-up-cluster.sh
+```
This will build and start a lightweight local cluster, consisting of a master
and a single node. Type Control-C to shut it down.