Commit Graph

2 Commits

Author SHA1 Message Date
Timothy Stewart fcdbf68ba3 fix(metallb): retry the namespace check on transient kube API errors
- retry the explicit get namespace check until it succeeds
- extend the regression test to assert the retry wiring
2026-08-07 00:09:31 -05:00
Timothy Stewart e0ac53dba3 fix(metallb): verify the metallb-system namespace actually exists
- change the Test metallb-system namespace task to run
  k3s kubectl get namespace metallb-system instead of the bare
  -n metallb-system, which printed kubectl usage and always exited 0
- add a regression test that asserts the task uses an explicit get
  and fails if it ever regresses to the usage-only form
- wire the new test into pre-commit
2026-08-06 09:08:11 -05:00