Skip to main content
Version: 3.1

Uninstall Portworx from an IBM cluster

  1. Edit your Portworx StorageCluster:

    kubectl -n <px-namespace> edit storagecluster <your-cluster-name>
  2. Add the delete strategy to your YAML spec:

    deleteStrategy:
    type: UninstallAndWipe

    You may choose either Uninstall or UninstallAndWipe based on your needs. For more details, refer to the Delete/Uninstall CRDs documentation.

  3. Delete the StorageCluster:

    kubectl -n <px-namespace> delete storagecluster <your-cluster-name>
  4. Verify that all Portworx pods are deleted:

    kubectl -n <px-namespace> get pods -l name=portworx
  5. Once all Portworx-related pods have been removed, run the following command to delete the Portworx Helm deployment:

    helm delete <px-helm-deployment>

    This command will remove all Kubernetes components associated with the chart and delete the deployment.

Remove storage objects from the IBM dashboard

After deleting your Helm deployment, navigate to the IBM dashboard and follow these steps for housekeeping:

  1. In the left pane of your dashboard, click Resource List.

  2. Search for and select the Portworx resource in the Storage section associated with your Portworx installation.

  3. Click the Delete option from the ellipsis menu to remove the resource as shown in the following figure:

    Delete resource from the IBM dashboard

Was this page helpful?