Created
June 4, 2019 06:31
-
-
Save nathenharvey/5777a5d11911f5d797e3c5345da9924e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
gcloud compute instance-groups managed create nginx-group \ | |
--base-instance-name nginx \ | |
--size 2 \ | |
--template nginx-template \ | |
--target-pool nginx-pool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment