Skip to content

Commit

Permalink
Warm ENI
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Sep 18, 2023
1 parent 03da387 commit fd5090d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/e2e/create-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ runs:
withOIDC: true
addons:
- name: vpc-cni
version: 1.15.0
permissionsBoundary: "arn:aws:iam::${{ inputs.account_id }}:policy/GithubActionsPermissionsBoundary"
configurationValues: |-
{"env":{"WARM_ENI_TARGET":"30"}}
- name: coredns
permissionsBoundary: "arn:aws:iam::${{ inputs.account_id }}:policy/GithubActionsPermissionsBoundary"
- name: kube-proxy
Expand Down
2 changes: 2 additions & 0 deletions test/cloudformation/iam_cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Resources:
Action:
- eks:DeleteAddon
- eks:DescribeAddon
- eks:DescribeAddonVersions
Resource:
- !Sub "arn:${AWS::Partition}:eks:*:${AWS::AccountId}:addon/*"
Condition:
Expand Down Expand Up @@ -466,6 +467,7 @@ Resources:
- pricing:GetProducts
- ec2:DescribeSpotPriceHistory
- eks:DescribeCluster
- eks:DescribeAddonVersions
Resource: "*"
- Effect: Allow
Action: iam:PassRole
Expand Down

0 comments on commit fd5090d

Please sign in to comment.