Skip to content

Instantly share code, notes, and snippets.

@tnir
Created March 26, 2018 10:00
Show Gist options
  • Save tnir/304f89eec2f1a90f0b78542477870372 to your computer and use it in GitHub Desktop.
Save tnir/304f89eec2f1a90f0b78542477870372 to your computer and use it in GitHub Desktop.
アジアでSkylakeプロセッサを使う ref: https://qiita.com/tnir/items/349cf1a1a0e2cc36e037
$ gcloud compute zones describe us-west1-a
$ gcloud compute instances create example-instance --zone asia-east-1a --min-cpu-platform "Intel Skylake"
$ gcloud compute instances update example-instance --min-cpu-platform "Intel Skylake"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment