Skip to content

Release 1.10.1

Compare
Choose a tag to compare
@achevuru achevuru released this 11 Nov 01:13
· 14 commits to release-1.10 since this release
104354c

v1.10.1

Release Notes:

v1.10.1 removes IMDSv1 dependency from VPC CNI.

To apply this release:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.10.1/config/master/aws-k8s-cni.yaml

Verify the update:

$ kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2                                                   
amazon-k8s-cni-init:v1.10.1
amazon-k8s-cni:v1.10.1

Note:

Amazon EKS does not yet support IPv6. You can follow progress on this feature by subscribing to the issue for EKS IPv6 support on the containers roadmap.