You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #724 .
TL;DR helm operations should only be used to install kcm for the first time. Upgrade/Uninstall will not be covered for a number of reasons and design decisions.
The proper uninstall procedure will be documented in scope of k0rdent/docs#49
Describe the bug
Once you uninstall hmc by running helm uninstall, it does not do a clean uninstall and leaves behind certain resources.
And the reason it gets stuck in Terminating is because of this:
There are HelmReleases (and HelmCharts) resources left behind stopping the deletion of the namespace.
To Reproduce
Steps to reproduce the behavior:
Install HMC following the helm install command given in readme
Wait for all resources to be provisioned. Now, run the below command:
Expected behavior
A clean uninstall removing all the resources related to HMC
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: