From d50b9dd64c13f73a90317eca0eba818e4ff406ce Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Fri, 15 Dec 2017 19:39:49 +0000 Subject: [PATCH] Update containerd to 6c7abf7c76c1973d4fb4b0bad51691de84869a51. Signed-off-by: Lantao Liu --- contrib/health-monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/health-monitor.sh b/contrib/health-monitor.sh index 775da294a..f0e1ce873 100755 --- a/contrib/health-monitor.sh +++ b/contrib/health-monitor.sh @@ -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}