Added doc for helm with RBAC enabled

This commit is contained in:
Vikram Hosakote 2018-02-09 00:47:01 -05:00
parent d8efd39694
commit 2898b1af69

View file

@ -227,6 +227,12 @@ To install the chart with the release name `my-nginx`:
helm install stable/nginx-ingress --name my-nginx
```
If the kubernetes cluster has RBAC enabled, then run:
```console
helm install stable/nginx-ingress --name my-nginx --set rbac.create=true
```
## Verify installation
To check if the ingress controller pods have started, run the following command: