-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
clusterctl create sometimes fails to create cluster object #385
Comments
/assign @krousey |
This has been happening to me quite frequently this week. Environment: macOS 10.13.5 If I give minikube more memory & cpu, then it seems more likely that the call doesn't time out, but it's still hit or miss. |
This is happening, contrary to my earlier assumptions, because the cluster-api API server comes up and registers the cluster API group with the main server before it's backing ETCD store is ready. This is a race, but exacerbated by the fact that we pull from quay's latest tag, and always pull. I can reliably reproduce this by changing the image field to something that can't be pulled. |
I'm going to change the image, and add some more detection for readiness so we can avoid this. |
Also a recent switch from |
Usually appears like:
The text was updated successfully, but these errors were encountered: