Standardzone für Google Cloud-Projekt mit gcloud-Kommandozeilen-Tool festlegen

English Deutsch

Verwende diesen Befehl, um die Standardzone für das Projekt myproject-123456 auf europe-west4-a und die Standardregion auf europe-west4 zu setzen:

set-gcloud-default-zone.sh
gcloud compute project-info add-metadata \
--metadata google-compute-default-region=europe-west4,google-compute-default-zone=europe-west4-a\
--project myproject-123456

Also see the official reference for more detailed information.


Check out similar posts by category: Cloud