helm-controller
helm-controller copied to clipboard
Cannot delete charts
As the title says. I have several charts that just won't delete. kubectl hangs after saying a chart was deleted (but it is not). No job is started to delete the chart.
I'm working around the problem by deleting the entire cluster and starting over. :laughing:
That's exactly what I had to do. Now I'm just templating out of cluster. I'm not sure why the finalizer doesn't run.
In my case, I manage to overcome this by editing the HelmChart
and setting metadata.finalizers
to an empty list (rke2).
Anyone looking at this?
@rasmusson no
I have the same issue and need to patch the finalizers as well. My use-case is on bootstrap of my k3s cluster I have Cilium installed with the k3s HelmChart CR but trying to get the HelmChart to un-manage it after it is installed was quite a task. I want k3s to un-manage Cilium so Flux can take it over.
IMO the last task in this Ansible script should not be needed but it's my workaround for now.