Users require a documented method to maintain administrative access to Tanzu Kubernetes (TKGS) cluster nodes and control plane components in the event of Identity Provider (IDP) or authentication service failures.
Standard authentication workflows typically depend on external identity providers. During an IDP outage, administrators need a local, out-of-band mechanism to perform cluster maintenance or emergency recovery.
To maintain access during authentication failures, use the local vmware-system-user account. This account exists on all guest cluster nodes and provides administrative access via sudo. Credentials (SSH private key or plaintext password) can be retrieved directly from the Supervisor Cluster.
sudo -i to gain full administrative access.