v1.11.3
This is a patch release containing improvements and bug-fixes.
What's Changed
Changelog for 1.11.3
- Improvement - Increase cpu requests limit (@vikasmb)
- Improvement - Add event recorder utils to raise aws-node pod events (@sushrk)
- Improvement - chart: Add extraVolumes and extraVolumeMounts (@jkroepke)
- Improvement - Prevent allocate/free ENIs when node is marked noSchedule (@jayanthvn)
- Bug - Fix cni panic due to pod.Annotations is a nil map (@Downager)
- Bug - Re-use logger instance (@vikasmb)
Thanks to all the contributors - @sushrk, @Downager, @jkroepke, @vikasmb , @jayanthvn
To apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.11.3/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.11.3
amazon-k8s-cni:v1.11.3