mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Tentatively fix broken kubemark tests
The multi-line bash command is ill-formed.
This commit is contained in:
parent
480e8a30ef
commit
ab3e4494d3
@ -90,7 +90,7 @@ MASTER_IP=$(gcloud compute addresses describe "${MASTER_NAME}-ip" \
|
||||
|
||||
run-gcloud-compute-with-retries instances create "${MASTER_NAME}" \
|
||||
${GCLOUD_COMMON_ARGS} \
|
||||
--address "${MASTER_IP}"
|
||||
--address "${MASTER_IP}" \
|
||||
--machine-type "${MASTER_SIZE}" \
|
||||
--image-project="${MASTER_IMAGE_PROJECT}" \
|
||||
--image "${MASTER_IMAGE}" \
|
||||
|
Loading…
Reference in New Issue
Block a user