Created
October 27, 2021 06:50
-
-
Save eenchev/c863bf50cab361e7134d672550d87f11 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
Create VM: | |
gcloud compute instances create network-experiments-vm \ | |
--machine-type=e2-small --subnet=default --zone=europe-west3-a --tags=playground-vm \ | |
--image=ubuntu-minimal-2110-impish-v20211014 --image-project=ubuntu-os-cloud --boot-disk-size=100GB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment