mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Increase waiting time (120s) for docker startup in health-monitor.sh
This commit is contained in:
parent
e3e2e24cc5
commit
fe36fdde6c
@ -30,7 +30,7 @@ function docker_monitoring {
|
||||
echo "Docker daemon failed!"
|
||||
pkill docker
|
||||
# Wait for a while, as we don't want to kill it again before it is really up.
|
||||
sleep 30
|
||||
sleep 120
|
||||
else
|
||||
sleep "${SLEEP_SECONDS}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user