Skip to content

Commit 7f12f69

Browse files
committed
bootstrap: hit readyz when checking LB status
1 parent 294318e commit 7f12f69

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)