Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To uninstall Image Added, do the following steps:

...

  1. Delete all ECDs from mzonline by repeating the kubectl delete command for all ECDs.

    Code Block
    $ kubectl get ecd -n <namespace>
    $ kubectl delete ecd <ecd> -n <namespace>


  2. Uninstall all ECs.

    Code Block
    $ helm delete <release_ec> -n <namespace>


  3. Uninstall Uninstall Image Added

    Code Block
    $ helm delete <release_platform> -n <namespace>


  4. Verify that the installation is removed.

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


  5. Delete the namespace

    Code Block
    $ kubectl delete namespace <namespace>