mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Updating /cluster to use v1beta 3 specs, and change a lot of polling to
healthz instead of api endpoints.
This commit is contained in:
@@ -627,7 +627,7 @@ function kube-up {
|
||||
echo
|
||||
|
||||
until $(curl --insecure --user ${KUBE_USER}:${KUBE_PASSWORD} --max-time 5 \
|
||||
--fail --output $LOG --silent https://${KUBE_MASTER_IP}/api/v1beta1/pods); do
|
||||
--fail --output $LOG --silent https://${KUBE_MASTER_IP}/healthz); do
|
||||
printf "."
|
||||
sleep 2
|
||||
done
|
||||
|
Reference in New Issue
Block a user