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