-
Notifications
You must be signed in to change notification settings - Fork 430
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
Master broken? #228
Comments
Looking. |
Might've messed up my versions trying to repro, trying a few more times |
I am seeing the VMs after the control plane take a while... |
Hmm, maybe I can see the same behavior? Still debugging. It almost seems like machine controller isn't requeing the first request to create the machine |
Oh. I think I see the issue. This is a tad embarrassing...dangers of trying to selectively add patches to my commits. |
What's the prognosis, doc? |
Let me confirm and I'll PR the fix. I didn't commit the part which advances the iterator (==infinite looping once it tries to fetch the skus, machine reconciliation never finishes). |
Gotcha. Thanks for investigating! |
Note to self to improve unit/e2e tests to avoid the same... |
thanks for investigating and fixing @alexeldeib! |
I have a pretty strong signal that #223 broke cluster deployments.
repro:
create-cluster
hangs onI0617 16:42:24.618986 23004 clusterclient.go:996] Waiting for Machine cluster-7-controlplane-0 to become ready...
I've repro'd this multiple times (it seems to repro 100% of the time). The same steps from the previous commit (4b9a297) work as expected.
logs from
azure-provider-controller-manager-0
show in a loop:All the pods in the kind cluster are running:
In the RG (about 15 minutes after the create-cluster operation started):
@justaugustus @alexeldeib
The text was updated successfully, but these errors were encountered: