What problem does it solve? Operating the KubeStellar Console on a local k3s cluster involves many failure-prone details: pinned chart versions, RWO storage constraints, auth policy, RBAC for custom surfaces, and a strict GitOps vs imperative action split. This Skill encodes those operational rules so deployments, upgrades, and dashboard wiring stay consistent and recoverable. ## Core Features & Use Cases - GitOps-managed deployment: Deploy and upgrade the Console through the ArgoCD Application with pinned chart versions and lab-specific Helm values (Recreate strategy, disabled backups, ClusterIP service). - Dashboard surface wiring: Configure the enabledDashboards allowlist, marketplace cards, missions, and the lab-surfaces ClusterRole for ArgoCD, Argo Workflows, and KubeVirt CRD views. - Failure diagnosis: A symptom-to-fix table covers PVC deadlocks, stale JWT auth loops, missing metrics.k8s.io RBAC, and absent Node Feature Discovery labels. - Use Case: When the Console shows sample data instead of the ghost cluster after an upgrade, use this Skill to identify the kubeconfig misconfiguration and verify /health reports in_cluster: true. ## Quick Start Ask the agent to verify the KubeStellar Console deployment values and diagnose why a dashboard surface shows no resources.