commit
4c868cf62a
2 changed files with 7 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
|
||||||
|
|
|
@ -25,6 +25,12 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- nodes
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue