Difference between revisions of "Terraform resource: google container cluster"

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
* https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster
 
* https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster
  
 +
google_container_cluster
  
 +
<code>[[location]]</code> - (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
  
 
== Related ==
 
== Related ==
 
* <code>[[addons_config]]: [[gcp_filestore_csi_driver_config]]</code>
 
* <code>[[addons_config]]: [[gcp_filestore_csi_driver_config]]</code>
* <code>[[GKE location|location]]</code>
+
* [[GKE location]]: <code>[[GKE location|location]]</code>
 
* <code>[[cluster_telemetry]]</code> <ref>https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#cluster_telemetry</ref>
 
* <code>[[cluster_telemetry]]</code> <ref>https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#cluster_telemetry</ref>
 +
* <code>[[cluster_autoscaling]]</code> <ref>https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#cluster_autoscaling</ref>
 
* <code>[[monitoring_config]]: [[SYSTEM_COMPONENTS]], [[APISERVER]], [[CONTROLLER_MANAGER]], and [[SCHEDULER]]</code>
 
* <code>[[monitoring_config]]: [[SYSTEM_COMPONENTS]], [[APISERVER]], [[CONTROLLER_MANAGER]], and [[SCHEDULER]]</code>
 +
* <code>[[gke.tf]]</code>
 +
* [[Deploy GKE cluster using Terraform]]
  
 
== See als ==
 
== See als ==
 +
* {{google_container_cluster}}
 
* {{tf GKE}}
 
* {{tf GKE}}
* {{GKE}}
 
  
 
[[Category:GKE]]
 
[[Category:GKE]]

Latest revision as of 17:54, 7 December 2023

google_container_cluster

location - (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

Related[edit]

See als[edit]

  • https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#cluster_telemetry
  • https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#cluster_autoscaling
  • Advertising: