We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86f59b commit b13898dCopy full SHA for b13898d
cluster/addons/rbac/cluster-loadbalancing/glbc/roles.yaml
@@ -43,7 +43,7 @@ rules:
43
verbs: ["update"]
44
- apiGroups: ["extensions", "networking.k8s.io"]
45
resources: ["ingresses/status"]
46
- verbs: ["update"]
+ verbs: ["update", "patch"]
47
# GLBC ensures that the `cloud.google.com/backendconfigs` CRD exists in a desired state:
48
# https://github.com/kubernetes/ingress-gce/blob/4918eb2f0f484f09ac9e5a975907a9b16ed2b344/cmd/glbc/main.go#L93
49
# TODO(rramkumar1): https://github.com/kubernetes/ingress-gce/issues/744
0 commit comments