/
Removing an OpenShift Installation(3.1)
Removing an OpenShift Installation(3.1)
To uninstall
Delete all ECDs from mzonline by repeating the
kubectl delete
command for all ECDs.$ kubectl get ecd -n <namespace> $ kubectl delete ecd <ecd> -n <namespace>
Uninstall all ECs.
$ helm delete <release_ec> -n <namespace>
Uninstall
$ helm delete <release_platform> -n <namespace>
Verify that the installation is removed.
$ kubectl get pods -n <namespace> $ kubectl get ecd -n <namespace>
Delete the namespace
$ kubectl delete namespace <namespace>
, multiple selections available,
Related content
Removing an OpenShift Installation(3.3)
Removing an OpenShift Installation(3.3)
More like this
Removing an OpenShift Installation(3.0)
Removing an OpenShift Installation(3.0)
More like this
Removing an OpenShift Installation(4.1)
Removing an OpenShift Installation(4.1)
More like this
Removing an OpenShift Installation(4.2)
Removing an OpenShift Installation(4.2)
More like this
Removing an OpenShift Installation(4.0)
Removing an OpenShift Installation(4.0)
More like this
Additional steps required due to removal of EC helm chart for - OpenShift(3.0)
Additional steps required due to removal of EC helm chart for - OpenShift(3.0)
More like this