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 a6290fb commit 402b7c8
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ spec:
value: 'false'
- name: ACCEPT_NVIDIA_VISIBLE_DEVICES_AS_VOLUME_MOUNTS
value: "true"
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 402b7c8

Please sign in to comment.