You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the project uses 1.22 which is not supported by AWS anymore.
It was possible to automatically upgrade it on AWS EKS to 1.24, however, it is not possible to do that for 1.25.
AWS will drop the support for older K8s at the end of the month:
Your cluster's Kubernetes version (1.24) will reach the end of extended support in less than one month. Upgrade your Kubernetes cluster to a supported version before January 31, 2025. If you don't, your cluster will be automatically upgraded to Kubernetes version 1.25.
Additional context
Automatic upgrade on EKS is not possible because of 2 errors in EKS Upgrade insights:
EKS add-on version compatibility
Description: Checks version of installed EKS add-ons to ensure they are compatible with the next version of Kubernetes.
Action: Upgrade your EKS add-on to a newer version compatible with the next Kubernetes version.
Deprecation details: None
Deprecated APIs removed in Kubernetes v1.25
Description: Checks for usage of deprecated APIs that are scheduled for removal in Kubernetes v1.25. Upgrading your cluster before migrating to the updated APIs supported by v1.25 could cause application impact.
Action: Update manifests and API clients to use newer Kubernetes APIs if applicable before upgrading to Kubernetes v1.25. Migrate from Pod Security Policy (PSP) to an alternative approach such as Pod Security Standards or an admission controller.
Deprecation details:
The text was updated successfully, but these errors were encountered:
Description
Upgrade Kubernetes (K8s) version to at least 1.25
Motivation
Currently the project uses 1.22 which is not supported by AWS anymore.
It was possible to automatically upgrade it on AWS EKS to 1.24, however, it is not possible to do that for 1.25.
AWS will drop the support for older K8s at the end of the month:
Additional context
Automatic upgrade on EKS is not possible because of 2 errors in EKS Upgrade insights:
The text was updated successfully, but these errors were encountered: