Hello,
do you have access to the cluster via kubectl?
If the cluster has a large amount of nodes and workloads it will take sometime for it to start.
if you do have access via kubectl and the cluster is in Starting,
please check if all nodes are up by using :
kubectl get nodes -o wide
Let me know