mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Add rbac patch permissions for system:controller:glbc ingresses/status
This commit is contained in:
parent
a86f59b730
commit
b13898d6e9
@ -43,7 +43,7 @@ rules:
|
||||
verbs: ["update"]
|
||||
- apiGroups: ["extensions", "networking.k8s.io"]
|
||||
resources: ["ingresses/status"]
|
||||
verbs: ["update"]
|
||||
verbs: ["update", "patch"]
|
||||
# GLBC ensures that the `cloud.google.com/backendconfigs` CRD exists in a desired state:
|
||||
# https://github.com/kubernetes/ingress-gce/blob/4918eb2f0f484f09ac9e5a975907a9b16ed2b344/cmd/glbc/main.go#L93
|
||||
# TODO(rramkumar1): https://github.com/kubernetes/ingress-gce/issues/744
|
||||
|
Loading…
Reference in New Issue
Block a user