Skip to content

Commit 849e8c7

Browse files
committed
tests/ai-conformance: add toleration for nvidia.com/gpu taint
1 parent 9c9b644 commit 849e8c7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/e2e/scenarios/ai-conformance/run-test.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,15 @@ kubeletPlugin:
151151
effect: NoSchedule
152152
EOF
153153

154+
cat > values.yaml <<EOF
155+
# The driver daemonset needs a toleration for the nvidia.com/gpu taint
156+
kubeletPlugin:
157+
tolerations:
158+
- key: nvidia.com/gpu
159+
operator: Exists
160+
effect: NoSchedule
161+
EOF
162+
154163
helm upgrade -i nvidia-dra-driver-gpu nvidia/nvidia-dra-driver-gpu \
155164
--version="25.12.0" \
156165
--create-namespace \

0 commit comments

Comments
 (0)