diff --git a/cluster/kube-up.sh b/cluster/kube-up.sh index b3e799f6640..0332f052235 100755 --- a/cluster/kube-up.sh +++ b/cluster/kube-up.sh @@ -133,6 +133,9 @@ until $(curl --insecure --user ${user}:${passwd} --max-time 5 \ sleep 2 done +# Don't bail on errors, we want to be able to print some info. +set +e + # Basic sanity checking for (( i=0; i<${#MINION_NAMES[@]}; i++)); do # Make sure docker is installed