Update RBAC documentation for endpoints
(#2139)
For the Role named `nginx-ingress-role`, `endpoints` no longer needs or has `create` and `update` permissions. This confused me, so I hope this helps!
This commit is contained in:
parent
f26c881e3f
commit
6953ddb8e6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ These permissions are granted specific to the nginx-ingress namespace. These
|
||||||
permissions are granted to the Role named `nginx-ingress-role`
|
permissions are granted to the Role named `nginx-ingress-role`
|
||||||
|
|
||||||
* `configmaps`, `pods`, `secrets`: get
|
* `configmaps`, `pods`, `secrets`: get
|
||||||
* `endpoints`: create, get, update
|
* `endpoints`: get
|
||||||
|
|
||||||
Furthermore to support leader-election, the nginx-ingress-controller needs to
|
Furthermore to support leader-election, the nginx-ingress-controller needs to
|
||||||
have access to a `configmap` using the resourceName `ingress-controller-leader-nginx`
|
have access to a `configmap` using the resourceName `ingress-controller-leader-nginx`
|
||||||
|
|
Loading…
Reference in a new issue