Uninstallation Guide - Private Cloud(4.3)

To uninstall Usage Engine Private Edition, do the following steps:

  1. 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>
  2. Uninstall Usage Engine Private Edition.

    $ helm uninstall <uepe release name> -n uepe --wait
  3. Verify that the installation is removed.

    $ kubectl get pods -n <namespace> $ kubectl get ecd -n <namespace>
  4. Delete the namespace

 

Â