v1.5.2 Release Candidate 1
Pre-release
Pre-release
First release candidate for v1.5.2.
Note! This release is not meant for production use, it is still being tested.
The major change in this release is that the node will not become ready until ipamd is ready to assign IPs to pods by using the newly added health endpoint. This release candidate includes the eniconfig fix from v1.5.1.
Other notable changes:
- 628f2c2 - Updating AWS Go SDK version.
- 081539e - Detach ENI before deleting
- 31821f9 - Reduce the wait time when checking for pods without IPs
- 6ecba52 - Ignore namespace for custom eniconfig watch (v1.5.1)
If you want to test this release candidate in your own cluster, patch the aws-node
daemonset:
kubectl patch daemonset aws-node \
-n kube-system \
-p '{"spec": {"template": {"spec": {"containers": [{"image": "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.5.2-rc1","name":"aws-node"}]}}}}'
Verify the update:
kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2
amazon-k8s-cni:v1.5.2-rc1