Skip to content

Instantly share code, notes, and snippets.

@smolin
Last active April 11, 2019 18:10
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 smolin/de60a06fed6a07ad6abb11df2bad3c56 to your computer and use it in GitHub Desktop.
Save smolin/de60a06fed6a07ad6abb11df2bad3c56 to your computer and use it in GitHub Desktop.
Notes on Google Compute Engine and gcloud command
list acccelerator types:
gcloud compute accelerator-types list
list configurations:
gcloud config configurations list
thing:
gcloud compute project-info describe
gcloud config list compute/region
look for quotas:
gcloud compute regions describe us-west1
check logs from metadata-startup-script (ssh into instance):
sudo journalctl -u google-startup-scripts.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment