Uninstall Portworx installed using AWS Marketplace
Uninstall Portworx
Perform the following steps to uninstall Portworx:
- 
Edit the storage cluster: kubectl -n <namespace> edit storagecluster <yourclustername>
- 
Add the following lines to your YAML specsection:deleteStrategy:
 type: UninstallAndWipe
- 
Save the spec and exit out. 
- 
Delete the storagecluster: kubectl -n <namespace> delete storagecluster <yourclustername>
- 
Once all the portworx related pods are gone, uninstall/delete the my-releasedeployment:helm uninstall my-releaseThis command removes all the Kubernetes components associated with the chart and deletes the release.