chamge taints for deepseek
This commit is contained in:
parent
0b54df51dc
commit
7cc9fcdcc2
2 changed files with 1 additions and 3 deletions
|
|
@ -10,8 +10,6 @@ spec:
|
|||
spec:
|
||||
template:
|
||||
spec:
|
||||
nodeSelector:
|
||||
cloud.google.com/gke-accelerator: nvidia-h100-80gb
|
||||
tolerations:
|
||||
- key: "nvidia.com/gpu-h100"
|
||||
operator: "Equal"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ resource "google_container_node_pool" "h100_node_pool" {
|
|||
}
|
||||
disk_size_gb = 200
|
||||
disk_type = "pd-ssd"
|
||||
spot = true
|
||||
spot = false
|
||||
|
||||
oauth_scopes = [
|
||||
"https://www.googleapis.com/auth/cloud-platform"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue