During the deployment of the TKG Service Cluster (formerly known as TKC), the Control Plane VIP was not reachable on port 6443.
Attempts to connect resulted in errors like:
curl -vf telnet://<TKG Service Cluster Control Plane VIP>:6443
> connection failed: Connection refused
One control plane VM came up, but the other two did not. SSH access to the running control plane VM was unsuccessful. The cluster creation process failed due to this connectivity issue.
VMOP pod in the Supervisor shows the error below.
kubectl -n vmware-system-vmop logs deployment/vmware-system-vmop-controller-manager
> failed to reconcile loadbalanced endpoint for WCPCluster: VirtualMachineService LB does not yet have VIP assigned: VirtualMachineService LoadBalancer does not have any Ingresses
VMware vSphere with Tanzu 8.x
The control plane VMs of the TKG Service Cluster were unable to communicate properly with the Supervisor.
TKG Service Cluster must have network connectivity with the Supervisor VIP.
After that, the TKG Service Cluster creation task will be resumed, and the cluster will be deployed successfully.