Facing issues after upgrading EKS from v1.25 to v1.26

0

After upgrading EKS cluster from v1.25 to v1.26 we are facing memory issues (oom error) in some of our applications. How to solve this issue. And also can we rollback the update to v1.25 again?

Varun
質問済み 2ヶ月前214ビュー
2回答
1

Once you upgrade a cluster, you can't downgrade to a previous version.

The only way to get to a previous version would be to deploy a new cluster. It may be worth in the future to instead of upgrading the cluster, create a 2nd cluster and move your pods across in a phased migration/upgrade in case you have any of these issues again.

https://docs.aws.amazon.com/eks/latest/userguide/update-cluster.html

Similar issue here https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/aks-memory-saturation-after-upgrade

profile picture
エキスパート
回答済み 2ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
0

You might look if you could you be impacted by the rollout of CgroupsV2. The standard AL2023-based EKS-optimized AMI uses Control Group version 2 (cgroup v2). Old JAVA runtimes are not cgroupv2 aware and can not autodetect container memory limits ... leading to OOMs. Just in case.

JFN
回答済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ