When I have a stack, and it creates a new cluster then sticks things in the cluster - I've got that working fine, but there is a temporary issue where it seems like cloud provider is returning that the cluster is ready/done, but it is not actually ready. If I just wait a few minutes and try again, then k8s resources can be used fine. The error I get is "error: configured Kubernetes cluster is unreachable: unable to load schema information from the API server ... connect: connection refused". In this case the cloud provider is Vultr. Is there something I can do be more tolerant, especially after initial creation? Of course it would be nice if Vultr plugin didn't return until it was also ready. Note that I have set
KubeClientSettings
to a high value, and that did not seem to help. Basically I'm trying to get to the point where my whole stack can be brought up with a single run.