terraform-google-kubernetes-engine icon indicating copy to clipboard operation
terraform-google-kubernetes-engine copied to clipboard

gpu nodepool with gpu_sharing_strategy & max_shared_clients_per_gpu not possible

Open kdngit12 opened this issue 2 years ago • 8 comments

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

kdngit12 avatar Dec 19 '22 19:12 kdngit12

Bump! Hoping this get's exposed soon :)

s04 avatar Jan 19 '23 21:01 s04

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

github-actions[bot] avatar Mar 20 '23 23:03 github-actions[bot]

Bump!

nthnb avatar Mar 23 '23 20:03 nthnb

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

github-actions[bot] avatar May 23 '23 23:05 github-actions[bot]

Hey, any news on this ?

rsaget avatar Oct 25 '23 12:10 rsaget

Bumping

LotemAm avatar Feb 08 '24 09:02 LotemAm

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

github-actions[bot] avatar Apr 16 '24 23:04 github-actions[bot]

Hey, any news for this feature? Thanks

em-le-ts avatar Apr 22 '24 09:04 em-le-ts