chamge taints for deepseek

This commit is contained in:
sirius0xdev 2026-03-25 00:50:09 +00:00
parent 0b54df51dc
commit 7cc9fcdcc2
2 changed files with 1 additions and 3 deletions

View file

@ -10,8 +10,6 @@ spec:
spec: spec:
template: template:
spec: spec:
nodeSelector:
cloud.google.com/gke-accelerator: nvidia-h100-80gb
tolerations: tolerations:
- key: "nvidia.com/gpu-h100" - key: "nvidia.com/gpu-h100"
operator: "Equal" operator: "Equal"

View file

@ -32,7 +32,7 @@ resource "google_container_node_pool" "h100_node_pool" {
} }
disk_size_gb = 200 disk_size_gb = 200
disk_type = "pd-ssd" disk_type = "pd-ssd"
spot = true spot = false
oauth_scopes = [ oauth_scopes = [
"https://www.googleapis.com/auth/cloud-platform"] "https://www.googleapis.com/auth/cloud-platform"]