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

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

v1.7.10

Changes since v1.7.9:

  • Improvement - Multi card support - Prevent route override for primary ENI across multi-cards ENAs (#1396 by jayanthvn)

Currently P4 family supports more than one network card and IPAMD will ignore ENIs on non-zero network cards. IPAMD will continue to manage ENI allocation on network card 0 but will not manage ENIs on non-zero network cards.

To apply this release:

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

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

NewReleases is sending notifications on new releases.