Symptoms:
- A TKG workload cluster that was previously healthy, now is in a "creating" state. You see output similar to the following when you run the tkg get cluster command:
NAME NAMESPACE STATUS CONTROLPLANE WORKERS KUBERNETES
clusterx default creating 0/3 0/4 v1.18.6+vmware.1
- You cannot run any commands against the cluster as the control plane is not available. You see output similar to the following when you run the kubectl get nodes command against the affected workload cluster:
The connection to the server 192.168.10.50:6443 was refused - did you specify the right host or port?
- You see that the /etc/haproxy/haproxy.cfg file is empty on the HAProxy load balancer VM for the affected workload cluster.