Skip to content

Commit

Permalink
Added doc for helm with RBAC enabled (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhosakot authored and aledbf committed Feb 9, 2018
1 parent d8efd39 commit a786c1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a786c1e

Please sign in to comment.