mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Fix: cluster/kube-up.sh curl timeout a little bit short.
This commit is contained in:
parent
314eb1ae2d
commit
665a4254c2
@ -127,7 +127,7 @@ echo " This might loop forever if there was some uncaught error during start"
|
|||||||
echo " up."
|
echo " up."
|
||||||
echo
|
echo
|
||||||
|
|
||||||
until $(curl --insecure --user ${user}:${passwd} --max-time 1 \
|
until $(curl --insecure --user ${user}:${passwd} --max-time 5 \
|
||||||
--fail --output /dev/null --silent https://${KUBE_MASTER_IP}/api/v1beta1/pods); do
|
--fail --output /dev/null --silent https://${KUBE_MASTER_IP}/api/v1beta1/pods); do
|
||||||
printf "."
|
printf "."
|
||||||
sleep 2
|
sleep 2
|
||||||
|
Loading…
Reference in New Issue
Block a user