Skip to content

Instantly share code, notes, and snippets.

@b0noI
Created June 13, 2019 02:05
Show Gist options
  • Save b0noI/a7400beffd7e848e4cf6123b6084fad2 to your computer and use it in GitHub Desktop.
Save b0noI/a7400beffd7e848e4cf6123b6084fad2 to your computer and use it in GitHub Desktop.
export INSTANCE_GROUP_NAME="tf-training-cluster"
export INSTANCE_TEMPLATE_NAME="tf-latest-gpu-template"
gcloud compute instance-groups managed create "${INSTANCE_GROUP_NAME}" \
--template "${INSTANCE_TEMPLATE_NAME}" \
--base-instance-name tf-training-cluster \
--size 2 \
--zone us-west1-b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment