fix labels issue
This commit is contained in:
parent
c20d467bbc
commit
bcde153e14
2 changed files with 1 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ 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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue