Commit e6c83bca authored by nikhiljindal's avatar nikhiljindal

updating local-cluster-up to v1

parent 11f9fd1d
...@@ -221,7 +221,7 @@ function start_apiserver { ...@@ -221,7 +221,7 @@ function start_apiserver {
# Wait for kube-apiserver to come up before launching the rest of the components. # Wait for kube-apiserver to come up before launching the rest of the components.
echo "Waiting for apiserver to come up" 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 { function start_controller_manager {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment