From 873db24620cc392375e3ef7d8eb2aab2a1e25d3c Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Thu, 30 Jan 2025 12:44:48 -0500 Subject: [PATCH] ocp-prod: add ODF daemonset tolerations for GPU nodes See nerc-project/operations#903 --- .../configmaps/rook-ceph-operator-config.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cluster-scope/overlays/nerc-ocp-prod/feature/odf/configmaps/rook-ceph-operator-config.yaml b/cluster-scope/overlays/nerc-ocp-prod/feature/odf/configmaps/rook-ceph-operator-config.yaml index 01d2ad7b..412555dd 100644 --- a/cluster-scope/overlays/nerc-ocp-prod/feature/odf/configmaps/rook-ceph-operator-config.yaml +++ b/cluster-scope/overlays/nerc-ocp-prod/feature/odf/configmaps/rook-ceph-operator-config.yaml @@ -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: