Merge pull request #806 from puja108/patch-1

fix ingress rbac roles
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-06-02 12:02:14 -04:00 committed by GitHub
commit 4c868cf62a
2 changed files with 7 additions and 0 deletions

View file

@ -37,6 +37,7 @@ able to function as an ingress across the cluster. These permissions are
granted to the ClusterRole named `nginx-ingress-clusterrole`
* `configmaps`, `endpoints`, `nodes`, `pods`, `secrets`: list, watch
* `nodes`: get
* `services`, `ingresses`: get, list, watch
* `events`: create, patch
* `ingresses/status`: update

View file

@ -25,6 +25,12 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- apiGroups:
- ""
resources: