We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8eb92 commit 7de6aeeCopy full SHA for 7de6aee
hack/run-e2e-kind.sh
@@ -409,7 +409,7 @@ function extend-resources {
409
--data '[{"op": "add", "path": "/status/capacity/'${resource_name}'", "value": "'${resource_count}'"}]' \
410
http://localhost:8001/api/v1/nodes/${node_name}/status | jq -r '.status')
411
412
- if [[ ${patching_status} = "Failure" ]]; then
+ if [[ ${patching_status} == "Failure" ]]; then
413
echo "Failed to patch node '${node_name}' with GPU resources"
414
exit 1
415
fi
0 commit comments