helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

🫐 🐛 redpanda operator uninstall blocked by finalizers in FluxCD CRDs

Open c4milo opened this issue 10 months ago • 1 comments

What happened?

  1. 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

c4milo avatar Apr 19 '24 05:04 c4milo

Yes I have noticed this seems to be an issue lately, not sure what is causing things to hang.

alejandroEsc avatar Apr 19 '24 14:04 alejandroEsc