Skip to content

Commit ba10448

Browse files
authored
Merge pull request kubernetes#94153 from spencerhance/ingress-status-rbac
[Failing Test] Add rbac patch permissions for system:controller:glbc
2 parents ce3dd04 + b13898d commit ba10448

File tree

1 file changed

+1
-1
lines changed
  • cluster/addons/rbac/cluster-loadbalancing/glbc

1 file changed

+1
-1
lines changed

cluster/addons/rbac/cluster-loadbalancing/glbc/roles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rules:
4343
verbs: ["update"]
4444
- apiGroups: ["extensions", "networking.k8s.io"]
4545
resources: ["ingresses/status"]
46-
verbs: ["update"]
46+
verbs: ["update", "patch"]
4747
# GLBC ensures that the `cloud.google.com/backendconfigs` CRD exists in a desired state:
4848
# https://github.com/kubernetes/ingress-gce/blob/4918eb2f0f484f09ac9e5a975907a9b16ed2b344/cmd/glbc/main.go#L93
4949
# TODO(rramkumar1): https://github.com/kubernetes/ingress-gce/issues/744

0 commit comments

Comments
 (0)