Skip to content

Commit 29bb502

Browse files
Fix some wrong and missing GKE network config docs (#10849) (#18295)
[upstream:7c6c2b7517578d7da20ce8eae99d37f34aa20a05] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 8d4b9ad commit 29bb502

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

website/docs/r/container_cluster.html.markdown

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -973,12 +973,6 @@ sole_tenant_config {
973973

974974
* `enable_nested_virtualization`- (Optional) Defines whether the instance should have nested virtualization enabled. Defaults to false.
975975

976-
* `network_performance_config` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) Network bandwidth tier configuration.
977-
978-
<a name="network_performance_config"></a>The `network_performance_config` block supports:
979-
980-
* `total_egress_bandwidth_tier` (Required) - Specifies the total network bandwidth tier for the NodePool.
981-
982976
<a name="nested_ephemeral_storage_config"></a>The `ephemeral_storage_config` block supports:
983977

984978
* `local_ssd_count` (Required) - Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. Each local SSD is 375 GB in size. If zero, it means to disable using local SSDs as ephemeral storage.

website/docs/r/container_node_pool.html.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ cluster.
224224
* `additional_pod_network_configs` - (Optional, Beta) We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node.
225225
Structure is [documented below](#nested_additional_pod_network_configs)
226226

227+
* `pod_cidr_overprovision_config` - (Optional) Configuration for node-pool level pod cidr overprovision. If not set, the cluster level setting will be inherited. Structure is [documented below](#pod_cidr_overprovision_config).
228+
229+
* `network_performance_config` - (Optional) Network bandwidth tier configuration. Structure is [documented below](#network_performance_config).
227230

228231
<a name="nested_additional_node_network_configs"></a>The `additional_node_network_configs` block supports:
229232

@@ -239,6 +242,14 @@ cluster.
239242

240243
* `max_pods_per_node` - The maximum number of pods per node which use this pod network.
241244

245+
<a name="network_performance_config"></a>The `network_performance_config` block supports:
246+
247+
* `total_egress_bandwidth_tier` (Required) - Specifies the total network bandwidth tier for the NodePool.
248+
249+
<a name="pod_cidr_overprovision_config"></a>The `pod_cidr_overprovision_config` block supports:
250+
251+
* `disabled` (Required) - Whether pod cidr overprovision is disabled.
252+
242253
<a name="nested_upgrade_settings"></a>The `upgrade_settings` block supports:
243254

244255
* `max_surge` - (Optional) The number of additional nodes that can be added to the node pool during

0 commit comments

Comments
 (0)