Skip to content

Commit

Permalink
Add eks:UpdateClusterConfig permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Oct 17, 2023
1 parent b4d4ea3 commit 9e1939d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/e2e/create-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ runs:
--region ${{ inputs.region }} \
--name ${{ inputs.cluster_name }} \
--logging '{"clusterLogging":[{"types":["api","audit","authenticator","controllerManager","scheduler"],"enabled":true}]}'
aws logs put-retention-policy --log-group-name "/aws/eks/${{ inputs.cluster_name }}/cluster" --retention-in-days 30
- name: give KarpenterNodeRole permission to bootstrap
shell: bash
run: |
Expand Down
1 change: 1 addition & 0 deletions test/cloudformation/iam_cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Resources:
- eks:CreateCluster
- eks:CreateAddon
- eks:CreateNodegroup
- eks:UpdateClusterConfig
- eks:DeleteCluster
- eks:ListFargateProfiles
- eks:TagResource
Expand Down

0 comments on commit 9e1939d

Please sign in to comment.