fix labels issue
This commit is contained in:
parent
c20d467bbc
commit
bcde153e14
2 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ resource "google_container_node_pool" "a100_80gb_pool" {
|
||||||
|
|
||||||
# Specific labels to help the Autoscaler find this pool
|
# Specific labels to help the Autoscaler find this pool
|
||||||
labels = {
|
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
|
# Taint to keep other pods off this expensive node
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue