Skip to content
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

helm-controller tries to uninstall new HelmRelease #534

Closed
balonik opened this issue Sep 21, 2022 · 0 comments · Fixed by #738
Closed

helm-controller tries to uninstall new HelmRelease #534

balonik opened this issue Sep 21, 2022 · 0 comments · Fixed by #738

Comments

@balonik
Copy link

balonik commented Sep 21, 2022

Hi,
I am trying to install new HelmRelease, but helm-controller is trying to uninstall it and fails. The HelmRelease is stuck in Helm uninstall failed: uninstall: Release not loaded: callisto-ai-reports: release: not found and removing the HelmRelease or restarting the helm-cotroller pod didn't help.
This is a fresh HelmRelease which was never installed in the namespace or cluster.

Using Flux 0.33.0 with related helm-controller version.

Snippet from the controller logs

{"level":"info","ts":"2022-09-21T12:42:34.189Z","logger":"controller.helmrelease","msg":"reconcilation finished in 113.148753ms, next run in 1m0s","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease"}
{"level":"error","ts":"2022-09-21T12:42:34.189Z","logger":"controller.helmrelease","msg":"Reconciler error","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease","error":"Helm uninstall failed: uninstall: Release not loaded: my-helmrelease: release: not found"}
{"level":"info","ts":"2022-09-21T12:42:34.965Z","logger":"controller.helmrelease","msg":"reconcilation finished in 25.55129ms, next run in 1m0s","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease"}
{"level":"error","ts":"2022-09-21T12:42:34.965Z","logger":"controller.helmrelease","msg":"Reconciler error","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease","error":"previous release attempt remediation failed"}
{"level":"info","ts":"2022-09-21T12:42:36.492Z","logger":"controller.helmrelease","msg":"reconcilation finished in 26.890104ms, next run in 1m0s","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease"}
{"level":"error","ts":"2022-09-21T12:42:36.492Z","logger":"controller.helmrelease","msg":"Reconciler error","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease","error":"previous release attempt remediation failed"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant