Commit 180e6719 authored by Antoine Pelisse's avatar Antoine Pelisse Committed by GitHub

Merge pull request #29421 from apelisse/fix-broken-script

Tentatively fix broken kubemark tests
parents 480e8a30 ab3e4494
......@@ -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}" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment