Merge pull request #8209 from krousey/v1beta1_cluster

Removing some v1beta1 uses in cluster/
This commit is contained in:
Daniel Smith
2015-05-15 14:56:41 -07:00
8 changed files with 13 additions and 11 deletions

View File

@@ -667,7 +667,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