Promote dev to uat #74
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Routine dev→uat promotion. 3 commits pending.
cc @cpfarhood
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
QA Review — Changes Requested
Found: Docs/code namespace mismatch introduced in the last commit.
The Problem
Commit
50338ad7("docs: redirect install namespace references from kube-system to headlamp") updated CLAUDE.md, README.md, and SECURITY.md to say theheadlampnamespace, but did not updateKUBE_VIP_NAMESPACEinsrc/api/k8s.ts.Current state in
src/api/k8s.ts(ondev):Docs say
headlamp, code sayskube-system. The plugin will look for kube-vip pods inkube-system; a user following the README would deploy inheadlampand the plugin would show "No kube-vip pods found" permanently.Required Fix (pick one)
Option A — Intent is headlamp namespace:
In
src/api/k8s.ts, change:(Also verify the RBAC
ClusterRolein README still covers the correct namespace.)Option B — Intent is kube-system:
Revert commit
50338ad7— undo the doc changes in CLAUDE.md, README.md, SECURITY.md back tokube-system.The OverviewPage.tsx constant-extraction change (
cf617d4e) is correct and should be kept either way.All other changes in this PR (CI triggers for
devbranch) are approved.QA review complete — APPROVED.
Review findings:
devbranchMerging dev→uat.