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 87e5d4e commit 9213616Copy full SHA for 9213616
cluster/gce/util.sh
@@ -3382,7 +3382,7 @@ function check-cluster() {
3382
local start_time=$(date +%s)
3383
local curl_out=$(mktemp)
3384
kube::util::trap_add "rm -f ${curl_out}" EXIT
3385
- until curl --cacert "${CERT_DIR}/pki/ca.crt" \
+ until curl -vsS --cacert "${CERT_DIR}/pki/ca.crt" \
3386
-H "Authorization: Bearer ${KUBE_BEARER_TOKEN}" \
3387
${secure} \
3388
--max-time 5 --fail \
0 commit comments