Skip to content

Commit

Permalink
The NVIDIA GPU Operator requires GPU tolerations
Browse files Browse the repository at this point in the history
The NVIDIA DaemonSets are unable to run their pods without specifying
the tolerations given to the GPU nodes in the AcceleratorProfiles.

Fixes nerc-project/operations#913
  • Loading branch information
computate committed Jan 31, 2025
1 parent e6b26ef commit 85b95dc
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 85b95dc

Please sign in to comment.