Skip to content

Commit

Permalink
fix aws-ccm lacking permissions to get the service account
Browse files Browse the repository at this point in the history
  • Loading branch information
icewhiteHsu committed Oct 7, 2024
1 parent 1c4d8c0 commit 6fe3823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/cloud-provider/aws-ccm.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ rules:
- serviceaccounts
verbs:
- create
# Add get to verbs for serviceaccounts resources in clusterRoleRules. This allows the cloud controller manager to get service accounts upon startup.
- get
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 6fe3823

Please sign in to comment.