helm-charts
helm-charts copied to clipboard
🫐 🐛 redpanda operator uninstall blocked by finalizers in FluxCD CRDs
What happened?
- Uninstalling the operator got stuck due to FluxCD CRD finalizers. Once I manually edited the CRDs to remove the finalizers, the action succeeded.
What did you expect to happen?
A clean helm uninstall operation.
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
$ helm get values <redpanda-release-name> -n <redpanda-release-namespace> --all
# paste output here
Anything else we need to know?
No response
Which are the affected charts?
Redpanda, Operator
Chart Version(s)
$ helm -n <redpanda-release-namespace> list
# paste output here
Cloud provider
Azure / AKS
JIRA Link: K8S-176
Yes I have noticed this seems to be an issue lately, not sure what is causing things to hang.