docs: redirect install namespace references from kube-system to headlamp #44

Merged
privilegedescalation-engineer[bot] merged 6 commits from gandalf/docs-namespace-cleanup into dev 2026-05-04 21:03:26 +00:00

6 Commits

Author SHA1 Message Date
Chris Farhood 68e417da11 style: format OverviewPage.tsx per prettier
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 20:36:58 +00:00
Chris Farhood 7ac6e6caa8 fix(kube-vip): revert docs namespace to kube-system (PRI-562)
Revert CLAUDE.md, README.md, and SECURITY.md namespace references from
'headlamp' back to 'kube-system' to match src/api/k8s.ts KUBE_VIP_NAMESPACE.

The source code uses 'kube-system' as the namespace constant; docs must
match code to avoid misleading users.

Also fixes hardcoded namespace string in OverviewPage.tsx to use
KUBE_VIP_NAMESPACE constant instead of literal 'kube-system'.

Option A per PRI-562 QA guidance.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 20:34:29 +00:00
Chris Farhood f4acf34ccc chore: retrigger CI after base branch fix 2026-05-04 18:50:35 +00:00
Chris Farhood 4813f3c314 chore: retrigger CI (post workflow fix) 2026-05-04 18:49:46 +00:00
Chris Farhood c83a8c775b chore: retrigger CI
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 16:25:02 +00:00
Chris Farhood 1f2287489c docs: redirect install namespace references from kube-system to headlamp
Update documentation to reference the Headlamp plugin namespace (headlamp)
instead of kube-system where kube-vip itself is deployed.

Files changed (all docs only):
- README.md: requirements, troubleshooting table
- CLAUDE.md: data sources, key constants namespace
- SECURITY.md: plugin scope permissions list

Out of scope — left untouched per PRI-340 plan:
- Source files (k8s.ts, KubeVipDataContext.tsx, OverviewPage.tsx)
- Test helpers (test-helpers.tsx) — kube-system is the watched workload namespace
- ADR 003 — describes kube-vip static pod fallback behavior, not install namespace

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 07:51:05 +00:00