fix labels issue

This commit is contained in:
sirius0xdev 2026-03-26 01:34:38 +00:00
parent c20d467bbc
commit bcde153e14
2 changed files with 1 additions and 2 deletions

View file

@ -27,8 +27,7 @@ resource "google_container_node_pool" "a100_80gb_pool" {
# Specific labels to help the Autoscaler find this pool
labels = {
"cloud.google.com/gke-accelerator" = "nvidia-tesla-a100-80gb"
"accelerator" = "a100-80gb"
"accelerator" = "a100-80gb"
}
# Taint to keep other pods off this expensive node