fix taint
This commit is contained in:
parent
d6f7148008
commit
67c6a0b0d0
1 changed files with 2 additions and 5 deletions
|
|
@ -16,11 +16,8 @@ spec:
|
||||||
|
|
||||||
# 2. ACCEPT THE GPU TAINT
|
# 2. ACCEPT THE GPU TAINT
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "nvidia.com/gpu-h100"
|
- key: "nvidia.com/gpu-a100-80gb"
|
||||||
operator: "Exists"
|
value: "present"
|
||||||
effect: "NoSchedule"
|
|
||||||
- key: "nvidia.com/gpu-h100"
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue