buy tb500

Deleting project (namespace) in terminating state

Contents

[ hide ]


    Problem:

    if you faced the following error while deleting project

    Project ‘testredis’ could not be deleted.
    Reason: Operation cannot be fulfilled on namespaces “testredis”: The system is ensuring all content is removed from this namespace. Upon completion, this namespace will automatically be purged by the system.

     

    Solution:

    you need to run the following command

    curl -s https://raw.githubusercontent.com/jefferyb/useful-scripts/master/openshift/force-delete-openshift-project | bash -s — -n “testredis”

    just make sure to change testredis with your project name (namespace)

     

     

    Leave a Reply