-
Notifications
You must be signed in to change notification settings - Fork 36
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
Investigate defaulting nodegroups to Amazon Linux 2023 #568
Comments
alexander-demicev
moved this to Backlog
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
May 31, 2024
mjura
moved this from Backlog
to In Progress (8 max)
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
Jun 4, 2024
mjura
added a commit
to mjura/eks-operator
that referenced
this issue
Jun 5, 2024
Amazon Linux 2 end of support date is 2025-06-30, This change is updating AMI to Amazon Linux 2023. Issue: rancher#568
5 tasks
mjura
added a commit
to mjura/eks-operator
that referenced
this issue
Jun 5, 2024
Amazon Linux 2 end of support date is 2025-06-30, This change is updating AMI to Amazon Linux 2023. Issue: rancher#568 (cherry picked from commit fb28a54)
5 tasks
mjura
moved this from In Progress (8 max)
to PR to be reviewed
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
Jun 5, 2024
mjura
moved this from PR to be reviewed
to Backlog
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
Jun 6, 2024
mjura
added a commit
to mjura/eks-operator
that referenced
this issue
Aug 26, 2024
mjura
added a commit
to mjura/eks-operator
that referenced
this issue
Aug 26, 2024
Issue: rancher#568 (cherry picked from commit dbe9eca)
This was referenced Aug 26, 2024
mjura
moved this from In Progress (8 max)
to PR to be reviewed
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
Aug 26, 2024
mjura
moved this from PR to be reviewed
to To Test
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
Aug 28, 2024
thehejik
moved this from To Test
to Backlog
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
Sep 10, 2024
This was referenced Sep 12, 2024
Waiting for AWS to support new Amazon Linux 2023 with GPU support |
kkaempf
moved this from Backlog
to Blocked
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
Oct 1, 2024
kkaempf
moved this from Blocked
to Backlog
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
Nov 26, 2024
mjura
added a commit
to mjura/eks-operator
that referenced
this issue
Dec 2, 2024
5 tasks
mjura
added a commit
to mjura/eks-operator
that referenced
this issue
Dec 2, 2024
Issue: rancher#568 (cherry picked from commit cb550c1)
5 tasks
mjura
moved this from Backlog
to PR to be reviewed
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
Dec 2, 2024
yiannistri
moved this from PR to be reviewed
to To Test
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
Dec 3, 2024
5 tasks
Successfully validated, new NVIDIA AMIs are present on AWS, reports:
Closing as done. |
github-project-automation
bot
moved this from To Test
to Done
in CAPI & Hosted Kubernetes providers (EKS/AKS/GKE)
Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Investigate defaulting node groups to Amazon Linux 2023, we currently create all node groups with Amazon Linux 2 which will be EOL next year https://aws.amazon.com/amazon-linux-2/faqs/
https://github.com/rancher/eks-operator/blob/main/pkg/eks/create.go#L278
WARNING!!!
Amazon Linux 2023 is supported by
aws-sdk-go-v2
but there is still missing support for GPU in Amazon Linux 2023 for EKS. It has to be updated later on. Please DON'T RESOLVE THIS ISSUE beforeAMITypesAl2X8664Gpu
is also updated.https://github.com/rancher/eks-operator/blob/main/pkg/eks/create.go#L284
PR:
The text was updated successfully, but these errors were encountered: