github aws/amazon-vpc-cni-k8s v1.20.3

11 hours ago

What's Changed

  • chore: update VPC IP resource limits by @github-actions[bot] in #3441
  • chore: update VPC IP resource limits by @github-actions[bot] in #3453
  • Optionally setting up Route table for non zero Network Cards if AMI is already configuring at bootup by @jaydeokar in #3452
  • feat(helm_chart/aws-vpc-cni): add overrideRepository images option by @QuentinBtd in #3435
  • fix: initialize controller-runtime logger by @dcoppa in #3443
  • Chart updates and release notes by @jaydeokar in #3455

New Contributors

Full Changelog: v1.20.2...v1.20.3

To manually apply this release:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.20.3/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.3/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.3/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.3/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.3/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.3
amazon-k8s-cni:v1.20.3
amazon/aws-network-policy-agent:v1.2.6

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

NewReleases is sending notifications on new releases.