mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #18814 from gmarek/master
Auto commit by PR queue bot
This commit is contained in:
commit
1357525d97
@ -56,7 +56,8 @@ function startApiServer() {
|
|||||||
--service-cluster-ip-range="10.0.0.0/24" 1>&2 &
|
--service-cluster-ip-range="10.0.0.0/24" 1>&2 &
|
||||||
APISERVER_PID=$!
|
APISERVER_PID=$!
|
||||||
|
|
||||||
kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/healthz" "apiserver: "
|
# url, prefix, wait, times
|
||||||
|
kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/healthz" "apiserver: " 1 45
|
||||||
}
|
}
|
||||||
|
|
||||||
function killApiServer() {
|
function killApiServer() {
|
||||||
|
Loading…
Reference in New Issue
Block a user