Openshift v3.11.0+0cbc58b
I am trying to delete project from openshift as admin user, but project get struck in terminating state.
I have tried running the following command but no use,
oc delete project testing
Error from server (Conflict): Operation cannot be fulfilled on namespaces "testing": The system is ensuring all content is removed from this namespace. Upon completion, this namespace will automatically be purged by the system.
I have checked the previous posts but I didn't get any solution. Can anyone help me to solve this.