Skip to content

Commit b49929e

Browse files
Random-Liuestesp
authored andcommitted
Update containerd to 6c7abf7.
Signed-off-by: Lantao Liu <[email protected]>
1 parent 0777212 commit b49929e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/health-monitor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ while true; do
3232
# cri-containerd to be working.
3333
if ! timeout ${COMMAND_TIMEOUT} ${CRICTL} sandboxes > /dev/null; then
3434
echo "crictl sandboxes timeout!"
35-
pkill -9 containerd
35+
pkill containerd
3636
pkill cri-containerd
3737
# Wait for a while, as we don't want to kill it again before it is really up.
3838
sleep ${SLEEP_SECONDS}

0 commit comments

Comments
 (0)