aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce/create_interop_worker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gce/create_interop_worker.sh')
-rwxr-xr-xtools/gce/create_interop_worker.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gce/create_interop_worker.sh b/tools/gce/create_interop_worker.sh
index 76e4905272..3e59dc501a 100755
--- a/tools/gce/create_interop_worker.sh
+++ b/tools/gce/create_interop_worker.sh
@@ -33,7 +33,8 @@ gcloud compute instances create $INSTANCE_NAME \
--machine-type n1-standard-16 \
--image ubuntu-15-10 \
--boot-disk-size 1000 \
- --scopes https://www.googleapis.com/auth/xapi.zoo
+ --scopes https://www.googleapis.com/auth/xapi.zoo \
+ --tags=allow-ssh
echo 'Created GCE instance, waiting 60 seconds for it to come online.'
sleep 60