From 601570a0790873a8d287b07fc4142c40ee601d07 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Tue, 16 May 2017 14:50:13 -0700 Subject: [PATCH] Fix hack/update-federation-openapi-spec.sh flakyness --- hack/update-federation-openapi-spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-federation-openapi-spec.sh b/hack/update-federation-openapi-spec.sh index 68a4a534a17..aa9d08981b5 100755 --- a/hack/update-federation-openapi-spec.sh +++ b/hack/update-federation-openapi-spec.sh @@ -63,7 +63,7 @@ kube::log::status "Starting federation-apiserver" --cert-dir="${TMP_DIR}/certs" \ --token-auth-file=$TMP_DIR/tokenauth.csv >/tmp/openapi-federation-api-server.log 2>&1 & APISERVER_PID=$! -kube::util::wait_for_url "${API_HOST}:${API_PORT}/" "apiserver: " +kube::util::wait_for_url "${API_HOST}:${API_PORT}/healthz" "apiserver: " kube::log::status "Updating " ${OPENAPI_ROOT_DIR}