fix node selector issue
This commit is contained in:
parent
388dce9e1a
commit
55eda89733
1 changed files with 7 additions and 0 deletions
|
|
@ -10,7 +10,14 @@ spec:
|
|||
spec:
|
||||
template:
|
||||
spec:
|
||||
nodeSelector:
|
||||
accelerator: "h100-single"
|
||||
|
||||
# 2. ACCEPT THE GPU TAINT
|
||||
tolerations:
|
||||
- key: "nvidia.com/gpu-h100"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
volumes:
|
||||
- name: deepseek-storage
|
||||
persistentVolumeClaim:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue