mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +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
|
sleep 2
|
||||||
done
|
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.
|
# Don't bail on errors, we want to be able to print some info.
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user