steps:
- name: gcr.io/cloud-builders/curl
args:
[
"-sS",
"-H",
"Metadata-Flavor: Google",
"http://metadata.google.internal/computeMetadata/v1/instance/zone",
]
上記を使って半日ほど試したところすべてus-central1-f
でした。
Go to list of users who liked
More than 3 years have passed since last update.
steps:
- name: gcr.io/cloud-builders/curl
args:
[
"-sS",
"-H",
"Metadata-Flavor: Google",
"http://metadata.google.internal/computeMetadata/v1/instance/zone",
]
上記を使って半日ほど試したところすべてus-central1-f
でした。
Register as a new user and use Qiita more conveniently
Go to list of users who liked