From 826490d270f12c485e4ec8a5cc008f9f4e6612be Mon Sep 17 00:00:00 2001 From: dr3s Date: Fri, 27 Oct 2023 09:02:47 -0400 Subject: [PATCH] Update container_cluster.html.markdown (#9374) The current documentation is incorrect. The GPU sharing and multi-instance config are properties of the accelerator not the driverinstall --- .../website/docs/r/container_cluster.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown b/mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown index 80c715b45e85..153694241a8c 100644 --- a/mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/container_cluster.html.markdown @@ -986,6 +986,10 @@ sole_tenant_config { * `count` (Required) - The number of the guest accelerator cards exposed to this instance. * `gpu_driver_installation_config` (Optional) - Configuration for auto installation of GPU driver. Structure is [documented below](#nested_gpu_driver_installation_config). + +* `gpu_partition_size` (Optional) - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig [user guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning). + +* `gpu_sharing_config` (Optional) - Configuration for GPU sharing. Structure is [documented below](#nested_gpu_sharing_config). The `gpu_driver_installation_config` block supports: @@ -996,10 +1000,6 @@ sole_tenant_config { * `"DEFAULT"`: "Default" GPU driver in COS and Ubuntu. * `"LATEST"`: "Latest" GPU driver in COS. -* `gpu_partition_size` (Optional) - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig [user guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning). - -* `gpu_sharing_config` (Optional) - Configuration for GPU sharing. Structure is [documented below](#nested_gpu_sharing_config). - The `gpu_sharing_config` block supports: * `gpu_sharing_strategy` (Required) - The type of GPU sharing strategy to enable on the GPU node.