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>
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
f4acf34ccc
commit
7ac6e6caa8
@@ -8,7 +8,7 @@ Headlamp plugin for kube-vip virtual IP and load balancer visibility. Read-only
|
||||
|
||||
- **Plugin name**: `kube-vip`
|
||||
- **Target**: Headlamp >= v0.26
|
||||
- **Data sources**: kube-vip DaemonSet/pods in `headlamp`, Services (type:LoadBalancer), Nodes, Leases, `kubevip` ConfigMap
|
||||
- **Data sources**: kube-vip DaemonSet/pods in `kube-system`, Services (type:LoadBalancer), Nodes, Leases, `kubevip` ConfigMap
|
||||
- **Reference plugin**: `../headlamp-polaris-plugin`
|
||||
|
||||
## Commands
|
||||
@@ -58,7 +58,7 @@ kube-vip uses **no CRDs**. All state comes from standard Kubernetes resources an
|
||||
|
||||
## Key constants (src/api/k8s.ts)
|
||||
|
||||
- Namespace: `headlamp`
|
||||
- Namespace: `kube-system`
|
||||
- DaemonSet name: `kube-vip-ds`
|
||||
- Cloud provider name: `kube-vip-cloud-provider`
|
||||
- ConfigMap name: `kubevip`
|
||||
|
||||
Reference in New Issue
Block a user