mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #21727 from dchen1107/test
Remove potential corrupted docker network checkpoint file before star…
This commit is contained in:
commit
c833a14898
@ -25,6 +25,10 @@ while pidof docker > /dev/null; do
|
|||||||
sleep 10
|
sleep 10
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# cleanup docker network checkpoint to avoid running into known issue
|
||||||
|
# of docker (https://github.com/docker/docker/issues/18283)
|
||||||
|
rm -rf /var/lib/docker/network
|
||||||
|
|
||||||
/etc/init.d/docker start
|
/etc/init.d/docker start
|
||||||
|
|
||||||
echo "waiting 30s for startup"
|
echo "waiting 30s for startup"
|
||||||
|
Loading…
Reference in New Issue
Block a user