Skip to content

Release 1.22.0-rc2

Compare
Choose a tag to compare
@jportasa jportasa released this 28 Jun 08:13
· 70 commits to main since this release
0e9bec5

What's Changed

Enhancements 🎉

  • Upgrade to k8s 1.22 .
  • Add new EKS Addons: vpc-cni, ebs-csi (were added in previous releases: coreDNS and kube-proxy). AWS Doc
  • Enabled IMDSv2 by default (disable it if using kube2iam), Security team requirement. checker: aws ec2 describe-instances --region <region> --instance-id <instance-id> --query "Reservations[0].Instances[0].MetadataOptions"

Other Changes

  • Removed yaml k8s addons: nvidia, aws-node-termination-handler, metrics-server, pod_nanny (PR) only remains cluster-autoscaler, upgraded to latest version. The idea is that terraform doesn't manage anymore k8s components in future releases, just the AWS Addons. So Flux or any GitOps system should manage k8s components.

Full Changelog: 1.21.0...1.22.0