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 975df6a commit 6af388fCopy full SHA for 6af388f
1 file changed
Makefile
@@ -356,7 +356,7 @@ BENCHMARK_RESULTS_DIR ?= benchmarks/results/local-run
356
benchmark-local:
357
@kind get clusters 2>/dev/null | grep -q $(KIND_CLUSTER_NAME) || \
358
{ echo "ERROR: Kind cluster '$(KIND_CLUSTER_NAME)' not found. Run 'make dev-deploy' first."; exit 1; }
359
- @docker exec $(KIND_CLUSTER_NAME)-control-plane crictl images 2>/dev/null | grep -q batch-gateway-apiserver || \
+ @$(CONTAINER_TOOL) exec $(KIND_CLUSTER_NAME)-control-plane crictl images 2>/dev/null | grep -q batch-gateway-apiserver || \
360
{ echo "ERROR: batch-gateway images not loaded in Kind. Run 'make dev-deploy' first."; exit 1; }
361
@echo "=== Benchmark local e2e (MODE=sim, scenario $(BENCHMARK_SCENARIO)) ==="
362
@echo "Step 1/4: Setting up infrastructure..."
0 commit comments