gce cloud-controller-manager: Add nodes/patch permission

This permission is needed to update the podCIDR.

When we fix --use-service-account-credentials in GCE CCM, this
permission will not be needed (moving instead to a different
serviceaccount).
This commit is contained in:
Justin SB 2023-01-21 12:29:19 -05:00
parent c242ab5456
commit c30ae1b45c
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ rules:
verbs: verbs:
- get - get
- update - update
- patch
- apiGroups: - apiGroups:
- "" - ""
resources: resources: