Update containerd to 6c7abf7c76c1973d4fb4b0bad51691de84869a51.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2017-12-15 19:39:49 +00:00 committed by Derek McGowan
parent 869ea6b0c8
commit d50b9dd64c
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -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}