-->

DEVOPSZONES

  • Recent blogs

    How to delete Openshift Cluster Completely

    How to delete Openshift Cluster Completely


    To fix it, delete the directory: openshift.local.clusterup

    Step1:

    Shutdown the Cluster

    oc cluster down

    Setp2:

    reboot the host

    Step3:

    Delete the openshift folders.

    rm -rf openshift.local.clusterup
    rm -rf .kube/

    No comments