-
Notifications
You must be signed in to change notification settings - Fork 164
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
One failing HelmRelease seems to block all other releases from being installed/upgraded #351
Comments
I think this bug might be in helm. The operation stalls for whatever reason and remains in a pending state. Manual requests for helm to do an install/upgrade/rollback will fail as well. The workaround I have for the moment is to delete the helm release secret that is stuck in pending. This then allows you to reattempt the operation. |
I have now updated to the latest flux that should use the latest helm where these problems seems to be resolved. We will run for some time and see if the issue arises again |
The same bug already happened, so flux 0.25.2 did not seem to fix the issue unfortunately... |
I'm seeing same problem on flux v0.25.3/helm-controller v0.15.0. |
This may be related to helm/helm#10486 |
reconciliation failed: upgrade retries exhausted
Helm upgrade failed: another operation (install/upgrade/rollback) is in progress
If I understand it correctly a HelmRelease "B" is now effectively blocking any HelmRelease install/update since it can never finishes.
I don't know whether it is a bug or not, but it would be nice to not have one failing helm release blocking the others.
The text was updated successfully, but these errors were encountered: