Skip to content

Commit

Permalink
Merge pull request #647 from computate/nvidia-tolerations
Browse files Browse the repository at this point in the history
The NVIDIA GPU Operator requires GPU tolerations
  • Loading branch information
jtriley authored Jan 31, 2025
2 parents e6b26ef + 85b95dc commit 36c6506
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ spec:
config:
default: all-disabled
name: test-mig-parted-config
daemonsets:
tolerations:
- effect: NoSchedule
key: nvidia.com/gpu.product
operator: Equal
value: NVIDIA-A100-SXM4-40GB
- effect: NoSchedule
key: nvidia.com/gpu.product
operator: Equal
value: Tesla-V100-PCIE-32GB

0 comments on commit 36c6506

Please sign in to comment.