mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-27 12:31:23 +00:00
Merge pull request #10310 from nikhiljindal/local
Updating local-cluster-up to v1
This commit is contained in:
commit
66752bfb93
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user