diff --git a/cluster/ubuntu/reconfDocker.sh b/cluster/ubuntu/reconfDocker.sh index 42bfb7d05d0..d2544d49912 100755 --- a/cluster/ubuntu/reconfDocker.sh +++ b/cluster/ubuntu/reconfDocker.sh @@ -46,7 +46,9 @@ function config_etcd { } function restart_docker { - + + source ~/kube/config-default.sh + attempt=0 while [[ ! -f /run/flannel/subnet.env ]]; do if (( attempt > 200 )); then