Skip to content

Instantly share code, notes, and snippets.

@b0noI
Created October 19, 2018 23:44
Show Gist options
  • Save b0noI/20e840095f2360b8091faf9e951a1785 to your computer and use it in GitHub Desktop.
Save b0noI/20e840095f2360b8091faf9e951a1785 to your computer and use it in GitHub Desktop.
export IP4_NAME="lb-ip4"
gcloud compute addresses create $IP4_NAME \
--ip-version=IPV4 \
--global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment