Files
Paul Lorenz 65bbd7b5f7 Fix K8s test failure diagnostics to capture pod describe and per-pod logs
- iterates pods per namespace instead of running 'kubectl logs' with no pod
  or selector, which errored out and captured nothing on every failure
- adds 'kubectl describe' so readiness/liveness probe failure events are
  captured (probe failures surface as pod events, not container logs)
- adds --prefix to per-pod logs so multi-container output is attributable
2026-06-18 12:51:02 -04:00
..