From 2ccefc46ec2e84933911cf8536f324999cd4552e Mon Sep 17 00:00:00 2001 From: Thomas Poindessous Date: Fri, 13 Jul 2018 01:17:03 +0200 Subject: [PATCH 1/3] Update container_cluster.html.markdown Remove beta for regional cluster. Add an explanation about the total number of nodes --- website/docs/r/container_cluster.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index afc9052f..cc4bfaf3 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -75,9 +75,10 @@ output "cluster_ca_certificate" { in `initial_node_count` should be created in. Only one of `zone` and `region` may be set. If neither zone nor region are set, the provider zone is used. -* `region` (Optional, [Beta](/docs/providers/google/index.html#beta-features)) +* `region` (Optional) The region to create the cluster in, for - [Regional Clusters](https://cloud.google.com/kubernetes-engine/docs/concepts/multi-zone-and-regional-clusters#regional). + [Regional Clusters](https://cloud.google.com/kubernetes-engine/docs/concepts/multi-zone-and-regional-clusters#regional). In a Regional Cluster, the number of nodes specified in `initial_node_count` is created in + all zones of the region. * `additional_zones` - (Optional) The list of additional Google Compute Engine locations in which the cluster's nodes should be located. If additional zones are From ca01beaa2123575e094d5ea9f577daaf97b020e4 Mon Sep 17 00:00:00 2001 From: Thomas Poindessous Date: Fri, 13 Jul 2018 01:20:09 +0200 Subject: [PATCH 2/3] Update container_cluster.html.markdown --- website/docs/r/container_cluster.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index cc4bfaf3..a92b0845 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -77,8 +77,9 @@ output "cluster_ca_certificate" { * `region` (Optional) The region to create the cluster in, for - [Regional Clusters](https://cloud.google.com/kubernetes-engine/docs/concepts/multi-zone-and-regional-clusters#regional). In a Regional Cluster, the number of nodes specified in `initial_node_count` is created in - all zones of the region. + [Regional Clusters](https://cloud.google.com/kubernetes-engine/docs/concepts/multi-zone-and-regional-clusters#regional). + In a Regional Cluster, the number of nodes specified in `initial_node_count` is + created in all zones of the region. * `additional_zones` - (Optional) The list of additional Google Compute Engine locations in which the cluster's nodes should be located. If additional zones are From 0aaa18227a8dd9a7b0f2e3909d491ef739471c5c Mon Sep 17 00:00:00 2001 From: Thomas Poindessous Date: Thu, 6 Sep 2018 14:07:45 +0200 Subject: [PATCH 3/3] Be more specific about the number of zones Changed from review. The number of zones is three by default. --- website/docs/r/container_cluster.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index a92b0845..852a13a9 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -79,7 +79,7 @@ output "cluster_ca_certificate" { The region to create the cluster in, for [Regional Clusters](https://cloud.google.com/kubernetes-engine/docs/concepts/multi-zone-and-regional-clusters#regional). In a Regional Cluster, the number of nodes specified in `initial_node_count` is - created in all zones of the region. + created in three zones of the region (this can be changed by setting `additional_zones`). * `additional_zones` - (Optional) The list of additional Google Compute Engine locations in which the cluster's nodes should be located. If additional zones are