Openshift Project deletion pending indefinitely

Openshift Project deletion pending indefinitely

In the Lab Cluster I observed that projects where marked to be deleted. But deletion was pending indefinitely.

After some troubleshooting the logs on one of the master Servers showed that the Service Catalog API was not responding.

The kube-service-catalog project showed that all the pods where operational. After trying to connect to the service-catalog pod I got following message:

[root@ocp-master01 ~]# oc rsh po/apiserver-97bzm
rpc error: code = 2 desc = containerd: container not found
After deleting the Pod a new Pod was provisioned and then the Projects marked for deletion where deleted.

Sources:
    • Related Articles

    • Unable to delete ServiceInstance

      Problem was found in Customer Cluster (v3.7): Some projects where provisioned with a service from the servicecatalog. A serviceinstance was provisioned but coud not be deleted. The ServiceBinding that was referencing the ServiceInstance was ...