aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce/create_linux_performance_worker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gce/create_linux_performance_worker.sh')
-rwxr-xr-xtools/gce/create_linux_performance_worker.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gce/create_linux_performance_worker.sh b/tools/gce/create_linux_performance_worker.sh
index 7f53732c05..4270f5cbfb 100755
--- a/tools/gce/create_linux_performance_worker.sh
+++ b/tools/gce/create_linux_performance_worker.sh
@@ -36,7 +36,8 @@ gcloud compute instances create $INSTANCE_NAME \
--image-project ubuntu-os-cloud \
--image-family ubuntu-1704 \
--boot-disk-size 300 \
- --scopes https://www.googleapis.com/auth/bigquery
+ --scopes https://www.googleapis.com/auth/bigquery \
+ --tags=allow-ssh
echo 'Created GCE instance, waiting 60 seconds for it to come online.'
sleep 60