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
+4 -1
View File
@@ -21,6 +21,7 @@ import {
isEgressEnabled, isEgressEnabled,
isKubeVipService, isKubeVipService,
isPodReady, isPodReady,
KUBE_VIP_NAMESPACE,
phaseToStatus, phaseToStatus,
} from '../api/k8s'; } from '../api/k8s';
import { useKubeVipContext } from '../api/KubeVipDataContext'; import { useKubeVipContext } from '../api/KubeVipDataContext';
@@ -105,7 +106,9 @@ export default function OverviewPage() {
{ {
name: 'Status', name: 'Status',
value: ( value: (
<StatusLabel status="error">No kube-vip pods found in kube-system</StatusLabel> <StatusLabel status="error">
No kube-vip pods found in {KUBE_VIP_NAMESPACE}
</StatusLabel>
), ),
}, },
{ {