/
Removing a Private Cloud Installation(4.1)
Removing a Private Cloud Installation(4.1)
To uninstall
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>
, multiple selections available,
Related content
Removing a Private Cloud Installation(4.2)
Removing a Private Cloud Installation(4.2)
More like this
Removing a Private Cloud Installation(4.0)
Removing a Private Cloud Installation(4.0)
More like this
Removing a Private Cloud Installation(3.1)
Removing a Private Cloud Installation(3.1)
More like this
Removing a Private Cloud Installation(3.2)
Removing a Private Cloud Installation(3.2)
More like this
Removing a Private Cloud Installation(3.0)
Removing a Private Cloud Installation(3.0)
More like this
Removing a Private Cloud Installation(3.3)
Removing a Private Cloud Installation(3.3)
More like this