We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294318e commit 7f12f69Copy full SHA for 7f12f69
data/data/bootstrap/files/usr/local/bin/bootstrap-verify-api-server-urls.sh
@@ -102,7 +102,7 @@ function check_url() {
102
local URL_STAGE_NAME="check-api-int-url"
103
fi
104
105
- CURL_URL="https://${2}:6443/version"
+ CURL_URL="https://${2}:6443/readyz"
106
107
record_service_stage_start ${URL_STAGE_NAME}
108
if validate_get_url "$URL_TYPE" "$CURL_URL"; then
0 commit comments