Merge a64d828e06
into e258ee19d1
This commit is contained in:
commit
92924de5f9
2 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,8 @@ granted to the ClusterRole named `nginx-ingress-clusterrole`
|
|||
|
||||
* `configmaps`, `endpoints`, `nodes`, `pods`, `secrets`: list, watch
|
||||
* `nodes`: get
|
||||
* `services`, `ingresses`: get, list, watch
|
||||
* `services`: get, list, watch, update (update permission only required when using named ports)
|
||||
* `ingresses`: get, list, watch
|
||||
* `events`: create, patch
|
||||
* `ingresses/status`: update
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ rules:
|
|||
verbs:
|
||||
- get
|
||||
- list
|
||||
- update
|
||||
- watch
|
||||
- apiGroups:
|
||||
- "extensions"
|
||||
|
|
Loading…
Reference in a new issue