Merge pull request #6901 from TristanPeers/master

Fix typo in docker healthcheck
This commit is contained in:
Kubernetes Prow Robot 2019-05-09 16:57:59 -07:00 committed by GitHub
commit 1a7e188f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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