-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Ubuntu 22.04 based EKS images #7516
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello toabctl 👋 Thank you for opening a Pull Request in eksctl
project. The team will review the Pull Request and aim to respond within 1-10 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl
on our website
75ce2ae
to
687b922
Compare
Hi @yuxiang-zhang , any idea when can we get this release? |
@toabctl Thanks so much for making this update! Do you have any clues why there aren't any 1.29 images listed on https://cloud-images.ubuntu.com/aws-eks/? @tanvp112 I will try to prioritize this for tomorrow, if not it'll go out next week. 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes lgtm 👍 I'll run through a manual test too.
One small comment, there is this change missing:
fs.StringVar(&ng.AMIFamily, "node-ami-family", api.DefaultNodeImageFamily, "'AmazonLinux2' for the Amazon EKS optimized AMI, or use 'Ubuntu2004' or 'Ubuntu1804' for the official Canonical EKS AMIs") |
687b922
to
2993528
Compare
fixed |
Ubuntu switched to 22.04 (Jammy) based images for EKS >= 1.29 . Add support for that here.
2993528
to
b4d7df7
Compare
Ubuntu switched to 22.04 (Jammy) based images for EKS >= 1.29 . Add support for that here.
Description
Ubuntu EKS images from EKS 1.29 on are based on Ubuntu 22.04 (Jammy). This PR does add support for the new
ubuntu2204
AMI family soeksctl
can be used to generate EKS 1.29 clusters with Ubuntu images.Checklist
README.md
, or theuserdocs
directory)./eksctl create cluster --node-ami-family Ubuntu2204 --version 1.29
)area/nodegroup
) and kind (e.g.kind/improvement
)