Skip to content

Commit 6451ae3

Browse files
committed
tests/ai-conformance: add toleration for nvidia.com/gpu taint
1 parent b0acec4 commit 6451ae3

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
@@ -142,6 +142,15 @@ kubeletPlugin:
142142
effect: NoSchedule
143143
EOF
144144

145+
cat > values.yaml <<EOF
146+
# The driver daemonset needs a toleration for the nvidia.com/gpu taint
147+
kubeletPlugin:
148+
tolerations:
149+
- key: nvidia.com/gpu
150+
operator: Exists
151+
effect: NoSchedule
152+
EOF
153+
145154
helm upgrade -i nvidia-dra-driver-gpu nvidia/nvidia-dra-driver-gpu \
146155
--version="25.12.0" \
147156
--create-namespace \

0 commit comments

Comments
 (0)