Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-15 | 2.0 kB | |
v1.20.0 source code.tar.gz | 2025-07-15 | 2.0 MB | |
v1.20.0 source code.zip | 2025-07-15 | 2.3 MB | |
Totals: 3 Items | 4.3 MB | 0 |
Release Notes
This release introduces multi-NIC support in Amazon VPC-CNI plugin where the plugin can manage all the eligible network cards on the instance and create multi-homed pods based on the annotation.
This feature is currently not supported in us-isof-south-1
and us-isof-east-1
regions
What's Changed
- Feature - Adding support in CNI for managing multiple network interface card on the instance in [#3347],#3349
- Dependency - Bump helm.sh/helm/v3 from 3.18.1 to 3.18.4 in [#3346]
- Dependency - Bump aws-dependencies in [#3337]
- Improvement - Build CNI plugins from source in [#3343]
- Fix - Fix error when Network policy agent GRPC call fails in [#3320]
- Fix - Fix race condition when force deleting pod using a security group for pod feature in [#3304]
- Improvement - Add latency metrics for ipamd init in [#3301]
Full Changelog: https://github.com/aws/amazon-vpc-cni-k8s/compare/v1.19.6...v1.20.0
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.0/config/master/aws-k8s-cni.yaml
Note that the following regions use different manifests:
us-gov-east-1:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.0/config/master/aws-k8s-cni-us-gov-east-1.yaml
us-gov-west-1:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.0/config/master/aws-k8s-cni-us-gov-west-1.yaml
cn:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.0/config/master/aws-k8s-cni-cn.yaml
To apply this release using helm:
Follow the installation instructions in https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.20.0/charts/aws-vpc-cni/README.md#installing-the-chart
Verify the update:
$ kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2-3
amazon-k8s-cni-init:v1.20.0
amazon-k8s-cni:v1.20.0
amazon/aws-network-policy-agent:v1.2.3