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
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
If sandbox/container's dir is not exist, the kill/delete will
always fail,and this make kubelet/container delete it repeatedly
but fail always. In some kind of abnormal
situation(e.g. kill -9 $pidofqemu),
kata-runtime may kill/delete sandbox first, this make container'dir
not exist, so kata-runtime should skip this error.
Fixes: kata-containers#2959.
Signed-off-by: Shukui Yang <[email protected]>
(cherry picked from commit 120e616)
amshinde
pushed a commit
to amshinde/kata-runtime
that referenced
this issue
Nov 10, 2020
If sandbox/container's dir is not exist, the kill/delete will
always fail,and this make kubelet/container delete it repeatedly
but fail always. In some kind of abnormal
situation(e.g. kill -9 $pidofqemu),
kata-runtime may kill/delete sandbox first, this make container'dir
not exist, so kata-runtime should skip this error.
Fixes: kata-containers#2959.
Signed-off-by: Shukui Yang <[email protected]>
(cherry picked from commit 120e616)
amshinde
pushed a commit
to amshinde/kata-runtime
that referenced
this issue
Nov 11, 2020
If sandbox/container's dir is not exist, the kill/delete will
always fail,and this make kubelet/container delete it repeatedly
but fail always. In some kind of abnormal
situation(e.g. kill -9 $pidofqemu),
kata-runtime may kill/delete sandbox first, this make container'dir
not exist, so kata-runtime should skip this error.
Fixes: kata-containers#2959.
Signed-off-by: Shukui Yang <[email protected]>
(cherry picked from commit 120e616)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIncorrect behaviourneeds-reviewNeeds to be assessed by the team.
kata-runtime can't kill container
how to reproduce ?
just do an exception test, e.g. kill qemu-system-x86_64.
and then we can' see kata-runtime log,
kata-containers is exit but kubelet still think kata-container is ok,
The text was updated successfully, but these errors were encountered: