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 hostStep3:
Delete the openshift folders.
rm -rf openshift.local.clusterup
rm -rf .kube/
rm -rf .kube/
No comments