Cannot complete the operation. See the event log for details. error when querying svc-tkg-domain-c#####.svc.cluster.local:80/ucs/v2/compatibility": tls: failed to verify certificate: x509: certificate signed by unknown authority
upgrade-compatibility-service pod reveals it is unresponsive and not actively writing to its logs.VMware vSphere Kubernetes Service
The upgrade-compatibility-service pod enters a stale or unresponsive state, causing it to serve an invalid or expired internal TLS certificate during the upgrade compatibility query.
To resolve this issue, force the upgrade-compatibility-service to re-initialize and mount its internal TLS certificates correctly:
Log in to the Supervisor Cluster context using the kubectl vsphere login command.
Delete the stale upgrade-compatibility-service pod to force a restart: kubectl delete pod -l app=upgrade-compatibility-service -n svc-tkg-domain-c#####
Verify that the new upgrade-compatibility-service pod reaches the Running state and is actively writing logs.
Proceed to retry the VMware vSphere Kubernetes Cluster upgrade operation via the UI or CLI.