-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
bug(containerd): process exit event lost #1933
Comments
We've continued to see customers impacted by this bug, and will be downgrading to the previous In the meantime, downgrading On AL2:
On AL2023:
|
are you sure the fix being attempted is the right one, it references containerd/containerd@892dc54 as the cause however that only lists: the only thing i can see that touches the shim between .11 and .20 seems to be this containerd/containerd@2ad2a2e which is tied to os/exec |
@tehlers320 that PR (9828) was cherry-picked to both 1.7 (containerd/containerd#9928) and 1.6 (containerd/containerd#9927) release branches. It’s mentioned in the 1.7.14 release notes I’ve linked above. |
Not sure if this is the place to mention it, but the fix has been released with containerd 1.7.22 |
Yes, we're in the process of getting an updated |
Do you know when containerd would be updated to version 1.7.20 or later in the amazon-eks-ami. There is a critical vulnerability from tenable that needs to be addressed ( CVE-2024-24790) |
same question. any idea when its going to be upgraded to 1.7.20? |
It looks like we are waiting for 1.7.22. |
|
What happened:
EKS has observed failures caused by a
containerd
bug in which a dropped event leads tocontainerd
losing track of a container's status. You'll see errors like this in your logs:This seems to have been introduced by containerd/containerd#9828
Which is present in
containerd
1.7.14 and above: https://github.com/containerd/containerd/releases/tag/v1.7.14Versions of
containerd
with this change are included in EKS AMIs:More information is available in containerd/containerd#10589.
A fix is being attempted in containerd/containerd#10603.
The text was updated successfully, but these errors were encountered: