Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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 all ECs.

    $ helm delete <release_ec> -n <namespace>

  3. Uninstall Usage Engine Private Edition.

    $ helm delete <release_platform> -n <namespace>

  4. Verify that the installation is removed.

    $ kubectl get pods -n <namespace>
    $ kubectl get ecd -n <namespace>

  5. Delete the namespace

    $ kubectl delete namespace <namespace>




  • No labels