Skip to main content
Version: 3.1

Uninstall Portworx installed using AWS Marketplace

Uninstall Portworx

Perform the following steps to uninstall Portworx:

  1. Edit the storage cluster:

    kubectl -n <namespace> edit storagecluster <yourclustername>
  2. Add the following lines to your YAML spec section:

    deleteStrategy:
    type: UninstallAndWipe
  3. Save the spec and exit out.

  4. Delete the storagecluster:

    kubectl -n <namespace> delete storagecluster <yourclustername>
  5. Once all the portworx related pods are gone, uninstall/delete the my-release deployment:

    helm delete my-release

    This command removes all the Kubernetes components associated with the chart and deletes the release.

Was this page helpful?