github aws/amazon-vpc-cni-k8s v1.7.5
v1.7.5 Release

latest releases: v1.18.1, v1.18.0, v1.17.1...
3 years ago

This is a patch release to address issue #1246, #1250.

The issue is caused by init.sh script tries to grep host IP and could match more than one ENIs. The consequence is the CNI starting up will be failed.

Changes since v1.7.4

If you want to apply this config to one of your clusters:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.7.5/config/v1.7/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.7.5
amazon-k8s-cni:v1.7.5

To use version v1.7.5 of the cni-metrics-helper in a cluster:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.7.5/config/v1.7/cni-metrics-helper.yaml

Don't miss a new amazon-vpc-cni-k8s release

NewReleases is sending notifications on new releases.