Verify hub install
./scripts/verify-fleet.sh --layer 1 --suite hub# or legacy:./scripts/verify-hub-install.shExpect:
kubectl get fleetsiteshows the management sitekubectl get managedclustersis empty until the first workload cluster provisions- Harbor, DCM, console, fleet-site, and fleet-edge controllers are running
Console access
Section titled “Console access”Reach the console over the WireGuard overlay (management NodePorts are not exposed on the WAN by default):
./scripts/wg-dev-client.sh my-laptop# import the generated wg-umkim.confCreate an LLDAP user in group fleet-admins. Break-glass: localadmin + vault password. More clients: WireGuard clients.
Hub teardown (full reinstall)
Section titled “Hub teardown (full reinstall)”Wipes the management hub and all console-provisioned clusters (K3s reset on cluster nodes). Inventory and vault are kept.
./scripts/teardown-hub.sh --confirmThen re-run ./scripts/install-hub.sh and verification.