-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
talos_cluster_health
takes 5s to pass
#145
Comments
Yes, it is, it does a multitude of checks which seems like expected check times. |
There's one check we could probably improve on Talos side - that is specifically a check for the node to finish boot sequence, it's certainly not optimal. |
Thanks for clarifying. I get that there's a multitude of checks to do to ensure that the cluster is up and running. It makes a lot sense waiting for everything to settle when the cluster is created. On the other hand, with a running cluster, this causes a 5s delay every time Terraform refreshes its state (i.e. every time you run |
Fixed in latest Talos 1.6.x and Talos 1.7+ |
I noticed (while trying around with #143), that even if the cluster is healthy, the
talos_cluster_health
check takes about 5s to pass. It seems like an unusual long delay duringterraform apply
. Is this intended behavior?The text was updated successfully, but these errors were encountered: