We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc258a commit 3615d30Copy full SHA for 3615d30
tests/e2e/scenarios/ai-conformance/run-test.sh
@@ -146,7 +146,7 @@ echo "Installing NVIDIA DRA Driver..."
146
147
cat > values.yaml <<EOF
148
# The driver daemonset needs a toleration for the nvidia.com/gpu taint
149
-daemonsets:
+kubeletPlugin:
150
tolerations:
151
- key: nvidia.com/gpu
152
operator: Exists
@@ -160,6 +160,7 @@ helm upgrade -i nvidia-dra-driver-gpu nvidia/nvidia-dra-driver-gpu \
160
--set resources.gpus.enabled=true \
161
--set nvidiaDriverRoot=/run/nvidia/driver \
162
--set gpuResourcesEnabledOverride=true \
163
+ -f values.yaml \
164
--wait
165
166
0 commit comments