terraform-google-kubernetes-engine
terraform-google-kubernetes-engine copied to clipboard
gpu nodepool with gpu_sharing_strategy & max_shared_clients_per_gpu not possible
TL;DR
gpu nodepool with gpu_sharing_config including gpu_sharing_strategy & max_shared_clients_per_gpu currently cannot be created as these parameters cannot be passed/configured like the one from resource "google_container_node_pool"
Terraform Resources
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_node_pool
...
guest_accelerator {
type = "nvidia-tesla-a100"
gpu_partition_size = "1g.5gb"
count = 1
gpu_sharing_config {
gpu_sharing_strategy = "TIME_SHARING"
max_shared_clients_per_gpu = 2
}
}
...
Detailed design
No response
Additional information
https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig
Bump! Hoping this get's exposed soon :)
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Bump!
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Hey, any news on this ?
Bumping
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Hey, any news for this feature? Thanks