mirror of https://github.com/kubernetes/kops.git
Merge pull request #6901 from TristanPeers/master
Fix typo in docker healthcheck
This commit is contained in:
commit
1a7e188f97
|
@ -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