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
What happened:
Once EKS was updated to 1.26 and even with EKS 1.27 (nodes use EKS-optimized ami ami-0c92ea9c7c0380b66 (amazon-eks-node-1.27-v20230919)) some of the pods were stuck in Terminating indefinately.
At the same time, Karpenter recognizes the node as empty and deletes it (so the pod can be listed with kubectl, but its node is already gone),
What you expected to happen:
There are no pods that are stuck in Terminating.
How to reproduce it (as minimally and precisely as possible):
I'm not aware of a reliable way to reproduce it.
Environment:
AWS Region: us-east-1
Instance Type(s): doesn't matter, happens on different instance types.
If the Pod is left in an indeterminate state and the instance no longer exists, that isn't a problem with the kubelet/AMI. It may be related to this issue with the pod garbage collector: kubernetes/kubernetes#118261
What happened:
Once EKS was updated to 1.26 and even with EKS 1.27 (nodes use EKS-optimized ami ami-0c92ea9c7c0380b66 (amazon-eks-node-1.27-v20230919)) some of the pods were stuck in Terminating indefinately.
At the same time, Karpenter recognizes the node as empty and deletes it (so the pod can be listed with kubectl, but its node is already gone),
What you expected to happen:
There are no pods that are stuck in Terminating.
How to reproduce it (as minimally and precisely as possible):
I'm not aware of a reliable way to reproduce it.
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): eks.5aws eks describe-cluster --name <name> --query cluster.version
): 1.27uname -a
): Linux ip-10-34-44-24.node.domain 5.10.192-183.736.amzn2.x86_64 Template is missing source_ami_id in the variables section #1 SMP Wed Sep 6 21:15:41 UTC 2023 x86_64 x86_64 x86_64 GNU/Linuxcat /etc/eks/release
on a node):The text was updated successfully, but these errors were encountered: