We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de20051 commit 2eec2c0Copy full SHA for 2eec2c0
manager/install_eks.sh
@@ -28,4 +28,7 @@ eksctl create cluster --name=$CORTEX_CLUSTER \
28
--version=1.13 \
29
--asg-access
30
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
+
34
echo -e "\n✓ Spun up the cluster"
0 commit comments