From a786c1ec4ef1a30923b3c420a4cc0b5c5fd7905e Mon Sep 17 00:00:00 2001 From: Vikram Hosakote Date: Fri, 9 Feb 2018 10:08:36 -0500 Subject: [PATCH] Added doc for helm with RBAC enabled (#2054) --- deploy/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deploy/README.md b/deploy/README.md index 185adb493..5459d6c51 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: