diff options
| author | Brian Grant <bgrant0607@users.noreply.github.com> | 2017-01-18 13:47:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-18 13:47:24 -0800 |
| commit | a5a36b6f1b743aabe742d9302a273bdff24dae07 (patch) | |
| tree | 063358b858bc977a33f7b57cfcb1e2448b197bfd | |
| parent | f9c26fea3ccf6628805eca41afe3e538e235bc51 (diff) | |
| parent | 22415add498f9faa8c9445bf043ccd2e71bf1011 (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.md | 4 |
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. |
