Added doc for helm with RBAC enabled (#2054)

This commit is contained in:
Vikram Hosakote 2018-02-09 10:08:36 -05:00 committed by Manuel Alejandro de Brito Fontes
parent d8efd39694
commit a786c1ec4e

View file

@ -227,6 +227,12 @@ To install the chart with the release name `my-nginx`:
helm install stable/nginx-ingress --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 ## Verify installation
To check if the ingress controller pods have started, run the following command: To check if the ingress controller pods have started, run the following command: