toleration fix
This commit is contained in:
parent
67c6a0b0d0
commit
c20d467bbc
1 changed files with 6 additions and 1 deletions
|
|
@ -17,9 +17,14 @@ spec:
|
|||
# 2. ACCEPT THE GPU TAINT
|
||||
tolerations:
|
||||
- key: "nvidia.com/gpu-a100-80gb"
|
||||
operator: "Equal"
|
||||
value: "present"
|
||||
effect: "NoSchedule"
|
||||
|
||||
# Standard GPU toleration for GKE system
|
||||
- key: "nvidia.com/gpu"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
|
||||
volumes:
|
||||
- name: deepseek-storage
|
||||
persistentVolumeClaim:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue