-
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
[Task] Remove support for EKS 1.23 #6699
Comments
/assign. Will pick it up when the time comes. Let me know if are we waiting for AWS to announce the exact date or if it is something related to Eksctl's internal schedule. |
Since after this change we'll only support EKS 1.24 and upwards, we also need to remove any logic related to dockershim deprecation. References (i.e. some code areas that need to account for this change): eksctl/userdocs/src/usage/container-runtime.md Lines 3 to 6 in 02c41d5
eksctl/pkg/apis/eksctl.io/v1alpha5/defaults.go Lines 260 to 282 in 02c41d5
eksctl/pkg/apis/eksctl.io/v1alpha5/validation.go Lines 916 to 935 in 02c41d5
|
@sbdtu5498 I'm removing the |
Description
As per the calendar for Amazon EKS end of support 11 Oct 2024 is the extended end of support for Kubernetes version 1.23
See https://endoflife.date/amazon-eks
We need to remove support for 1.23 and modify any relevant docs wherever possible.
Reference PR - see here
The text was updated successfully, but these errors were encountered: