Hi All. I'm currently trying to use Helm to create...
# harvester
w
Hi All. I'm currently trying to use Helm to create VM's and I'm stuck on getting PVC's that are created to be destroyed when uninstall the release. I've added the
<http://wrangler.cattle.io/VMController.CleanupPVCAndSnapshot|wrangler.cattle.io/VMController.CleanupPVCAndSnapshot>
finalizer to the VM hoping that would handle the disk clean up for me when uninstalling but that seems to not be the case. Is there something I might be missing?
The big issue im fighting is Helms insistence on deleting PVC's before the VM. This is blocked by the harvester validator.
using helms hooks and weights are not a solution as I do not want to resort to containers running kubectl commands to clean up