Files
harmony/fleet/harmony-fleet-e2e
Jean-Gabriel Gill-Couture 1b21176215
Some checks failed
Run Check Script / check (pull_request) Failing after 41s
docs(fleet): top-level README; harden e2e namespace prune to wait for NodePort release
- Add `fleet/README.md`: overview of the crates, ADR-023 pointer,
  quickstart for the e2e ping test, env knobs (`HARMONY_FLEET_E2E`,
  `FLEET_E2E_KEEP`, `RUST_LOG`), how to connect to NATS from the host
  and in-cluster, how to inspect the agent, the `harmony-fleet-deploy`
  production CLI, the operator dashboard, and the roadmap (Zitadel +
  callout next).
- `prune_stale_namespaces` now polls until each pruned namespace is
  fully gone (up to 90 s). NATS NodePort 30423 is cluster-scoped, so
  a still-`Terminating` namespace from the prior run was blocking the
  new bring-up with "provided port is already allocated".

Verified: e2e ping test green back-to-back after the fix, with a
prior namespace left behind.
2026-05-18 23:12:01 -04:00
..