Update containerd to 6c7abf7c76c1973d4fb4b0bad51691de84869a51.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
869ea6b0c8
commit
d50b9dd64c
@ -32,7 +32,7 @@ while true; do
|
||||
# cri-containerd to be working.
|
||||
if ! timeout ${COMMAND_TIMEOUT} ${CRICTL} sandboxes > /dev/null; then
|
||||
echo "crictl sandboxes timeout!"
|
||||
pkill -9 containerd
|
||||
pkill containerd
|
||||
pkill cri-containerd
|
||||
# Wait for a while, as we don't want to kill it again before it is really up.
|
||||
sleep ${SLEEP_SECONDS}
|
||||
|
Loading…
Reference in New Issue
Block a user