Cleanup leaked shim process#6866
Conversation
If containerd crashes while creating a container the shim process stays alive and is never cleaned up. Details are discussed in issue containerd#6860. This fixes the code to cleanup such shim processes on containerd restart. Signed-off-by: Amit Barve <[email protected]>
|
Hi @ambarve. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
1 similar comment
|
Hi @ambarve. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@kevpar PTAL. |
|
Build succeeded.
|
If containerd crashes while creating a container the shim process stays alive and is never
cleaned up. Details are discussed in issue #6860. This fixes the code
to cleanup such shim processes on containerd restart.
Signed-off-by: Amit Barve [email protected]