From e6c83bca5fdde330a676371e0c95c48b87a3b91d Mon Sep 17 00:00:00 2001 From: nikhiljindal Date: Wed, 24 Jun 2015 14:08:27 -0700 Subject: [PATCH] updating local-cluster-up to v1 --- hack/local-up-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 638578c098c..cde20f73e61 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -221,7 +221,7 @@ function start_apiserver { # Wait for kube-apiserver to come up before launching the rest of the components. echo "Waiting for apiserver to come up" - kube::util::wait_for_url "http://${API_HOST}:${API_PORT}/api/v1beta3/pods" "apiserver: " 1 10 || exit 1 + kube::util::wait_for_url "http://${API_HOST}:${API_PORT}/api/v1/pods" "apiserver: " 1 10 || exit 1 } function start_controller_manager {