Difference between revisions of "GKE location"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
[[terraform show]] | grep "location" | [[terraform show]] | grep "location" | ||
− | [[gcloud | + | [[gcloud containers container list]] |
== Terraform related resources == | == Terraform related resources == |
Revision as of 17:58, 7 December 2023
(Optional) The location (region or zone) in which the cluster master will be created, as well as the default node location. If you specify a zone (such as us-central1-a), the cluster will be a zonal cluster with a single cluster master. If you specify a region (such as us-west1), the cluster will be a regional cluster with multiple masters spread across zones in the region, and with default node locations in those zones as well.
Configuring location using a zone instead of a region (us-central1
):
location = "us-central1-a"
terraform show | grep "location" gcloud containers container list
Related
See also
Advertising: