Merge pull request #232 from xilabao/patch-1
update doc about enable rbac on local cluster
This commit is contained in:
commit
a5a36b6f1b
|
@ -30,6 +30,10 @@ and run the following (since one needs sudo access to start/stop Kubernetes daem
|
||||||
cd kubernetes
|
cd kubernetes
|
||||||
hack/local-up-cluster.sh
|
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
|
This will build and start a lightweight local cluster, consisting of a master
|
||||||
and a single node. Type Control-C to shut it down.
|
and a single node. Type Control-C to shut it down.
|
||||||
|
|
Loading…
Reference in New Issue