File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
tests/e2e/scenarios/ai-conformance Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -144,13 +144,23 @@ echo "Installing NVIDIA DRA Driver..."
144144# -f values.yaml \
145145# --wait
146146
147+ cat > values.yaml << EOF
148+ # The driver daemonset needs a toleration for the nvidia.com/gpu taint
149+ kubeletPlugin:
150+ tolerations:
151+ - key: nvidia.com/gpu
152+ operator: Exists
153+ effect: NoSchedule
154+ EOF
155+
147156helm upgrade -i nvidia-dra-driver-gpu nvidia/nvidia-dra-driver-gpu \
148157 --version=" 25.12.0" \
149158 --create-namespace \
150159 --namespace nvidia-dra-driver-gpu \
151160 --set resources.gpus.enabled=true \
152161 --set nvidiaDriverRoot=/run/nvidia/driver \
153162 --set gpuResourcesEnabledOverride=true \
163+ -f values.yaml \
154164 --wait
155165
156166
You can’t perform that action at this time.
0 commit comments