Update docs for update permission requirement in rbac/nginx
This commit is contained in:
parent
4f36246ef4
commit
af5a3a313e
1 changed files with 2 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue