Description of problem: Visit Operators -> Installed operators -> OpenShift Virtualization(openshift-cnv) -> HostPathProvisioner deployment(tab), it shows "404: Not Found" there. In workloads -> deployment, filter "hostpath" in namespace openshift-cnv, "hostpath-provisioner-operator" is showing there. So the cluster has hostpath-provisioner-operator installed but it shows the 404 error. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 1894799 [details] hpp deployment not found
The user is supposed to create a CR for HPP only if needed. but the admin console in that case should not show `404: Not Found` but `No operands found Operands are declarative components used to define the behavior of the application.` as it was before 4.11. Moving to Openshift console for further investigation.
I see the same behavior with nvidia gpu operator ClusterPolicy CRD. The issue is that the CRD is cluster scoped which console does not take into consideration and always try to fetch CR from some namespace.
*** This bug has been marked as a duplicate of bug 2091542 ***