Skip to content

Commit

Permalink
Update VPC CNI image (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuna-matatah authored Dec 28, 2024
1 parent 496005d commit 8bc1f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tasks/setup/eks/awscli-cp-with-vpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
# Apiserver is not recongnizing deamonset for sometime inconsistently, need to see if livez/readyz are healthy
while true; do date && kubectl get --raw "/readyz" --v=10 && break ; sleep 5; done
#ToDo remove this, adding to help eks networking evaluate ec2 DescribeNetworkInterface feature performance
kubectl set image daemonset/aws-node -n kube-system aws-node=public.ecr.aws/e4l5e7p8/amazon/amazon-k8s-cni:v1.18.3-scalability-rc1
kubectl set image daemonset/aws-node -n kube-system aws-node=public.ecr.aws/b4u2x4n7/cni:v1.19.1-rc1
kubectl set env daemonset/aws-node -n kube-system ENABLE_PREFIX_DELEGATION=true
# install csi drivers.
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=$(params.aws-ebs-csi-driver-version)"
Expand Down

0 comments on commit 8bc1f72

Please sign in to comment.