mirror of https://github.com/kubernetes/kops.git
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:
parent
c242ab5456
commit
c30ae1b45c
|
@ -152,6 +152,7 @@ rules:
|
|||
verbs:
|
||||
- get
|
||||
- update
|
||||
- patch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
|
Loading…
Reference in New Issue