added get nodes to cluster permissions
This commit is contained in:
parent
e1961b2b51
commit
b136ced902
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ able to function as an ingress across the cluster. These permissions are
|
||||||
granted to the ClusterRole named `nginx-ingress-clusterrole`
|
granted to the ClusterRole named `nginx-ingress-clusterrole`
|
||||||
|
|
||||||
* `configmaps`, `endpoints`, `nodes`, `pods`, `secrets`: list, watch
|
* `configmaps`, `endpoints`, `nodes`, `pods`, `secrets`: list, watch
|
||||||
|
* `nodes`: get
|
||||||
* `services`, `ingresses`: get, list, watch
|
* `services`, `ingresses`: get, list, watch
|
||||||
* `events`: create, patch
|
* `events`: create, patch
|
||||||
* `ingresses/status`: update
|
* `ingresses/status`: update
|
||||||
|
|
Loading…
Reference in a new issue