We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2641897 commit cb336b1Copy full SHA for cb336b1
tests/e2e/scenarios/ai-conformance/run-test.sh
@@ -135,6 +135,15 @@ helm upgrade -i nvidia-gpu-operator --wait \
135
# Uses the driver installed by GPU Operator at /run/nvidia/driver (the default).
136
echo "Installing NVIDIA DRA Driver..."
137
138
+cat > values.yaml <<EOF
139
+# The driver daemonset needs a toleration for the nvidia.com/gpu taint
140
+kubeletPlugin:
141
+ tolerations:
142
+ - key: nvidia.com/gpu
143
+ operator: Exists
144
+ effect: NoSchedule
145
+EOF
146
+
147
helm upgrade -i nvidia-dra-driver-gpu nvidia/nvidia-dra-driver-gpu \
148
--version="25.12.0" \
149
--create-namespace \
0 commit comments