Removing a Private Cloud Installation(4.0)
To uninstall , do the following steps:
Delete all ECDs from Kubernetes 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>