-
Notifications
You must be signed in to change notification settings - Fork 74
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
[Bug]: Resources gets stuck creating forever with 1.8.0 #611
Comments
Thank you for the issue report @DMarby I can reproduce the issue using the |
I looked at the changes between
|
Hi All - I believe this issue is closely related, maybe duplicate.
I am not sure if this is the reason since the resources get created successfully using our own subs with the same examples, running make e2e and also with make run locally. |
I think that such situations are caused by insufficient quota due to subscription. Instead of getting an error such as insufficient quota, it gets stuck at creating. |
If that is the case, that should be pretty straight forward to troubleshoot by just monitoring the resource group activity while the pipeline job is running - I would be happy to assist but have no access to the azure sub. |
Disclaimer: we have a fork with google-beta provider we keep up to date with this repo. After having some resources hanging like described in this issue (async create), I reverted this particular commit but nothing changed. Then i reverted update of upjet and now my resources are unstuck and i got the real underlying error of async create operation. Are you sure this single revert is the cause of problem? Edit: ok after reading thread, it makes sense that in my case I also needed to revert upjet :D My 2cents here is we maybe should revert upjet bump too. |
Is there an existing issue for this?
Affected Resource(s)
Resource MRs required to reproduce the bug
No response
Steps to Reproduce
What happened?
After upgrading from 1.7.0, to 1.8.0, sometimes new resources no longer gets created, they get stuck in an infinite loop of "Successfully requested creation of external resource" and "Waiting for external resource existence to be confirmed"
After downgrading the provider to 1.7.0, everything functions again.
Relevant Error Output Snippet
No response
Crossplane Version
1.16.0
Provider Version
1.8.0
Kubernetes Version
1.29
Kubernetes Distribution
GKE
Additional Info
No response
The text was updated successfully, but these errors were encountered: