Updating /cluster to use v1beta 3 specs, and change a lot of polling to

healthz instead of api endpoints.
This commit is contained in:
Kris Rousey
2015-05-13 11:01:35 -07:00
parent 82913c3112
commit 98c457c397
8 changed files with 13 additions and 11 deletions

View File

@@ -398,7 +398,7 @@ function kube-up {
echo
until curl --insecure --user "${KUBE_USER}:${KUBE_PASSWORD}" --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}/healthz"; do
printf "."
sleep 2
done