Skip to content

Commit 9213616

Browse files
committed
Add better debug when GCE cluster turnups fail
1 parent 87e5d4e commit 9213616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/gce/util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3382,7 +3382,7 @@ function check-cluster() {
33823382
local start_time=$(date +%s)
33833383
local curl_out=$(mktemp)
33843384
kube::util::trap_add "rm -f ${curl_out}" EXIT
3385-
until curl --cacert "${CERT_DIR}/pki/ca.crt" \
3385+
until curl -vsS --cacert "${CERT_DIR}/pki/ca.crt" \
33863386
-H "Authorization: Bearer ${KUBE_BEARER_TOKEN}" \
33873387
${secure} \
33883388
--max-time 5 --fail \

0 commit comments

Comments
 (0)