Skip to content

Commit dd2ba4c

Browse files
Merge pull request #8400 from vrutkovs/better-api-check
OCPBUGS-30860: bootstrap: hit readyz when checking LB status
2 parents 8310b10 + 7f12f69 commit dd2ba4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/bootstrap/files/usr/local/bin/bootstrap-verify-api-server-urls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function check_url() {
102102
local URL_STAGE_NAME="check-api-int-url"
103103
fi
104104

105-
CURL_URL="https://${2}:6443/version"
105+
CURL_URL="https://${2}:6443/readyz"
106106

107107
record_service_stage_start ${URL_STAGE_NAME}
108108
if validate_get_url "$URL_TYPE" "$CURL_URL"; then

0 commit comments

Comments
 (0)