Some checks failed
Run Check Script / check (pull_request) Failing after 52s
- Stable working dir under /tmp/iot-load-test/ — kubeconfig at /tmp/iot-load-test/kubeconfig, operator log at /tmp/iot-load-test/operator.log. No more chasing mktemp paths. - Print an explore banner before the load run so the user can `export KUBECONFIG=...` and `kubectl get deployments -w` in another terminal while the load actually runs. - HOLD=1 env var keeps the stack alive after the load completes; script blocks on sleep until Ctrl-C. Forwards --keep to the binary so CRs + KV entries stay in place for inspection. - DEBUG=1 bumps operator RUST_LOG to surface every status patch. - Keep operator.log after successful runs (cheap, often useful). - Load-test binary: --cleanup bool → --keep flag (clap bool with default_value_t = true doesn't accept `--cleanup=false`).