diff --git a/deploy/README.md b/deploy/README.md index 185adb4934a..5459d6c5152 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -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: