Skip to content

Commit

Permalink
ocp-prod: add ODF daemonset tolerations for GPU nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley committed Jan 30, 2025
1 parent 263aca1 commit 873db24
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,28 @@ data:
operator: Equal
value: "true"
effect: NoSchedule
- key: nvidia.com/gpu.product
operator: Equal
value: "Tesla-V100-PCIE-32GB"
effect: NoSchedule
- key: nvidia.com/gpu.product
operator: Equal
value: "NVIDIA-A100-SXM4-40GB"
effect: NoSchedule
CSI_PROVISIONER_TOLERATIONS: |2-
- key: node.ocs.openshift.io/storage
operator: Equal
value: "true"
effect: NoSchedule
- key: nvidia.com/gpu.product
operator: Equal
value: "Tesla-V100-PCIE-32GB"
effect: NoSchedule
- key: nvidia.com/gpu.product
operator: Equal
value: "NVIDIA-A100-SXM4-40GB"
effect: NoSchedule
ROOK_CSI_ENABLE_CEPHFS: "false"
kind: ConfigMap
metadata:
Expand Down

0 comments on commit 873db24

Please sign in to comment.