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