IBM Cloud Docs
Why are no pods listed in the openshift-storage namespace?

Why are no pods listed in the openshift-storage namespace?

There are no pods listed when you run the oc get pods -n openshift-storage command. When you view the ibm-ocs-operator-controller-manager logs with the oc logs <ibm-ocs-operator-controller-manager-a1a1a1a> -n kube-system command, you see the following error message:

Failed to get StorageCluster","error":"no matches for kind \"StorageCluster\" in version \"ocs.openshift.io/v1\

The catalog source for your ODF storage cluster is unhealthy.

Remove all the catalog sources from your cluster.

  1. Remove all catalog sources from your cluster. A new catalog source and respective pods automatically generate.
    oc -n openshift-marketplace delete catsrc --all
    
  2. Wait a few minutes and verify that the pods regenerate. If the pods regenerate, the ODF installation proceeds. If the pods don't regenerate, contact ODF support by raising a case in the Red Hat customer portal.
    oc get pods,catsrc -n openshift-marketplace