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: