mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Add a sleep to work around apparent races with salt.
This commit is contained in:
parent
fda69bcca2
commit
bf0cbac7ec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user