Add a sleep to work around apparent races with salt.

This commit is contained in:
Brendan Burns 2014-07-18 12:52:12 -07:00
parent fda69bcca2
commit bf0cbac7ec

View File

@ -133,6 +133,11 @@ until $(curl --insecure --user ${user}:${passwd} --max-time 5 \
sleep 2
done
echo "Kubernetes cluster created."
echo "Sanity checking cluster..."
sleep 5
# Don't bail on errors, we want to be able to print some info.
set +e