Add rbac patch permissions for system:controller:glbc ingresses/status

This commit is contained in:
Spencer Hance 2020-08-20 19:16:33 -07:00
parent a86f59b730
commit b13898d6e9

View File

@ -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