Merge pull request #232 from xilabao/patch-1

update doc about enable rbac on local cluster
This commit is contained in:
Brian Grant 2017-01-18 13:47:24 -08:00 committed by GitHub
commit a5a36b6f1b
1 changed files with 4 additions and 0 deletions

View File

@ -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.