v1.10.0
Important
v1.10.0 version has a dependency on IMDSv1 access being available for Host Networking Pods. For clusters with IMDSv1 access disabled, please use v1.10.1 instead.
Release Notes:
v1.10.0 release introduces IPv6 support in VPC CNI. IPv4 mode is enabled by default. Please refer to ENABLE_IPv6 section for detailed information around IPv6 support in VPC CNI. Dual stack mode isn't supported. Refer to the troubleshooting doc for known issues/limitations.
Changes since v1.9.3:
- Feature - IPv6 Support(#1587, @achevuru)
- Enhancement - Handle delays tied to V6 interfaces(#1631, @achevuru)
- Enhancement - Support for Bandwidth Plugin(#1560, @jayanthvn)
- Enhancement - Knob to enable bandwidth plugin(#1580, @jayanthvn)
- Testing - IPv6 Integration test suite(#1658, @achevuru)
Thanks to all the contributors ❤️ !!!
To apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/release-1.10/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.0
amazon-k8s-cni:v1.10.0
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.