diff --git a/contributors/devel/local-cluster/local.md b/contributors/devel/local-cluster/local.md index 60bd5a8f0..c3ae72931 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.