Created attachment 1851798 [details] resources after uninstall Description of problem: After Uninstall OpenShift Virtualization operator via UI there are still a lot of the resources in openshift-cnv namespace (pods, services, deployments and etc). ------------------- Version-Release number of selected component (if applicable): OCP 4.10 and earlier ------------------- How reproducible: 100% ------------------- Steps to Reproduce: 1. Install CNV operator 2. Uninstall CNV operator via UI ------------------- Actual results: no resources in openshift-cnv name space ------------------- Expected results: a lot of the resources in openshift-cnv namespace (pods, services, deployments and etc) ------------------- Additional info:
The UI does not handle the cleanup of operators (any operator not specific to CNV), I do not know what component is responsible for CNV operator cleanup, moving to installer, please move to the correct component if needed.
This is actually by design: removing an operator from the console is not going to remove the operands. See bug 2012120 for a different solution. *** This bug has been marked as a duplicate of bug 2012120 ***