Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
add ipv6 cni stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
adonm committed Aug 22, 2024
1 parent 71a03e2 commit b38f22b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions rancher_setup/aws-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,24 @@ Resources:
- arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy
- arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy
- arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly
Policies:
- PolicyName: AmazonEKS_CNI_IPv6_Policy
PolicyDocument:
Version: '2012-10-17'
Statement:
- Effect: Allow
Action:
- ec2:AssignIpv6Addresses
- ec2:DescribeInstances
- ec2:DescribeTags
- ec2:DescribeNetworkInterfaces
- ec2:DescribeInstanceTypes
Resource: "*"
- Effect: Allow
Action:
- ec2:CreateTags
Resource:
- arn:aws:ec2:*:*:network-interface/*

NodeLaunchTemplate:
Type: AWS::EC2::LaunchTemplate
Expand Down

0 comments on commit b38f22b

Please sign in to comment.