From 15ca2bbe5575a48fee8952c74169365b6c02d122 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Dec 2024 14:59:37 +0000 Subject: [PATCH 1/2] terraform-docs: automated action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccdbda3..903cb55 100644 --- a/README.md +++ b/README.md @@ -554,7 +554,7 @@ Encryption is enabled at all AWS resources that are created by Terraform: | [gpuNodeDiskSize](#input\_gpuNodeDiskSize) | The disk size in GiB of the nodes for the gpu job execution | `number` | `100` | no | | [gpuNodePool](#input\_gpuNodePool) | Specifies whether an additional node pool for gpu job execution is added to the kubernetes cluster | `bool` | `false` | no | | [gpuNodeSize](#input\_gpuNodeSize) | The machine size of the nodes for the gpu job execution | `list(string)` |
[
"g5.2xlarge"
]
| no | -| [gpu\_operator\_config](#input\_gpu\_operator\_config) | Input configuration for GPU operator deployed with helm release. By setting key 'enable' to 'true', GPU operator will be deployed. 'helm\_repository' is an URL for the repository of GPU operator helm chart, where 'helm\_version' is its respective version of a chart. 'chart\_values' is used for changing default values.yaml of an GPU operator chart. |
object({
enable = optional(bool, true)
helm_repository = optional(string, "https://helm.ngc.nvidia.com/nvidia")
helm_version = optional(string, "v24.9.0")
driver_version = string
chart_values = optional(string, <<-YAML

YAML
)
})
| n/a | yes | +| [gpu\_operator\_config](#input\_gpu\_operator\_config) | Input configuration for the GPU operator chart deployed with helm release. By setting key 'enable' to 'true', GPU operator will be deployed. 'helm\_repository' is an URL for the repository of the GPU operator helm chart, where 'helm\_version' is its respective version of a chart. 'chart\_values' is used for changing default values.yaml of the GPU operator chart. |
object({
enable = optional(bool, true)
helm_repository = optional(string, "https://helm.ngc.nvidia.com/nvidia")
helm_version = optional(string, "v24.9.0")
driver_version = string
chart_values = optional(string, <<-YAML

YAML
)
})
| n/a | yes | | [infrastructurename](#input\_infrastructurename) | The name of the infrastructure. e.g. simphera-infra | `string` | `"simphera"` | no | | [ingress\_nginx\_config](#input\_ingress\_nginx\_config) | Input configuration for ingress-nginx service deployed with helm release. By setting key 'enable' to 'true', ingress-nginx service will be deployed. 'helm\_repository' is an URL for the repository of ingress-nginx helm chart, where 'helm\_version' is its respective version of a chart. 'chart\_values' is used for changing default values.yaml of an ingress-nginx chart. |
object({
enable = bool
helm_repository = optional(string, "https://kubernetes.github.io/ingress-nginx")
helm_version = optional(string, "4.1.4")
chart_values = optional(string, <<-YAML
controller:
images:
registry: "registry.k8s.io"
service:
annotations:
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
YAML
)
})
|
{
"enable": false
}
| no | | [install\_schedule](#input\_install\_schedule) | 6-field Cron expression describing the install maintenance schedule. Must not overlap with variable scan\_schedule. | `string` | `"cron(0 3 * * ? *)"` | no | From ab5ae14817d828c692b5f64753b1455e56549270 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Dec 2024 14:59:39 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- terraform.tfvars.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform.tfvars.example b/terraform.tfvars.example index b3d3909..6f8f4d1 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -61,10 +61,10 @@ gpuNodeSize = [ "g5.2xlarge" ] -# Input configuration for GPU operator deployed with helm release. +# Input configuration for the GPU operator chart deployed with helm release. # By setting key 'enable' to 'true', GPU operator will be deployed. -# 'helm_repository' is an URL for the repository of GPU operator helm chart, where 'helm_version' is its respective version of a chart. -# 'chart_values' is used for changing default values.yaml of an GPU operator chart. +# 'helm_repository' is an URL for the repository of the GPU operator helm chart, where 'helm_version' is its respective version of a chart. +# 'chart_values' is used for changing default values.yaml of the GPU operator chart. gpu_operator_config = # The name of the infrastructure. e.g. simphera-infra