Skip to content

Commit 2eec2c0

Browse files
committed
Set AWS CNI version to 1.5.2 (#291)
(cherry picked from commit 900321b)
1 parent de20051 commit 2eec2c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manager/install_eks.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ eksctl create cluster --name=$CORTEX_CLUSTER \
2828
--version=1.13 \
2929
--asg-access
3030

31+
# https://docs.aws.amazon.com/eks/latest/userguide/cni-upgrades.html
32+
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.5.2/config/v1.5/aws-k8s-cni.yaml >/dev/null
33+
3134
echo -e "\n✓ Spun up the cluster"

0 commit comments

Comments
 (0)