mirror of https://github.com/kubernetes/kops.git
Fix typo in docker healthcheck
This commit is contained in:
parent
e99cc24bf9
commit
cc9bc79e7c
|
@ -43,7 +43,7 @@ if healthcheck; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
echo "docker still unresposive; triggering docker restart"
|
||||
echo "docker still unresponsive; triggering docker restart"
|
||||
systemctl stop docker
|
||||
|
||||
echo "wait all tcp sockets to close"
|
||||
|
|
Loading…
Reference in New Issue