In some environments where Tanzu Mission Control (TMC) is self-managed, clusters may appear as disconnected following a full pod restart of the TMC control plane components. Affected clusters may report authentication-related errors such as:
Unauthenticated desc = No valid authentication credentials
This may impact both the management cluster registered with TMC and other downstream managed clusters. While the TMC self-managed instance itself remains healthy, downstream connectivity can break due to stale authentication sessions.
TMC relies on TLS and authentication tokens to maintain communication with agents on managed clusters. A full, non-sequenced restart of TMC pods may disrupt active sessions or token propagation. This can result in clusters being unable to re-authenticate with the control plane, leading to a disconnected status in the UI and authentication errors in pod logs.
To restore communication and resolve the disconnected status:
kubectl -n <tmc-namespace> rollout restart deploykubectl -n <tmc-namespace> delete pod <pod-name>