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
spec
section: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-release
deployment:helm delete my-release
This command removes all the Kubernetes components associated with the chart and deletes the release.