0
gcloudでデフォルトリージョンの設定
2020-11-09

gcloudコマンドでいろいろ試していたりすると毎度リージョンを指定しわすれてUSになったりすることがあって面倒だったので調べた

  • 設定の変更
$ gcloud compute project-info add-metadata \
    --metadata google-compute-default-region=asia-northeast1,google-compute-default-zone=asia-northeast1-a
  • 確認
$ gcloud compute project-info describe --project sample-project-1111111
commonInstanceMetadata:
  fingerprint: 4HM7BFP53kU=
  items:
  - key: google-compute-default-region
    value: asia-northeast1
  - key: google-compute-default-zone
    value: asia-northeast1-a
  kind: compute#metadata
.....
.....
.....
0

Profile

swfz
swfz
日々学んだことを残していく
Today I Learned
コード片置き場

Account

RSS

Powered by Pixela
© 2024. swfz