Skip to content

Instantly share code, notes, and snippets.

@nleiva
Created July 10, 2018 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nleiva/6fa403a643b665c0bb36f4dc9744ba1e to your computer and use it in GitHub Desktop.
Save nleiva/6fa403a643b665c0bb36f4dc9744ba1e to your computer and use it in GitHub Desktop.
for i in 0 1 2; do
gcloud compute instances create controller-${i} \
# ...
--private-network-ip 10.240.0.1${i} \
# ...
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment