Uninstall Portworx Backup
If you are running Portworx Backup as a Helm-based install, you can uninstall it using Helm.
Follow the steps below to uninstall any version of Portworx Backup:
-
Enter the following
helm uninstall
command with the--namespace
flag and the namespace your Portworx Backup cluster is installed on:helm uninstall px-central --namespace <pxb-namespace>
-
Cleanup the secrets and PVCs created by Portworx Backup:
kubectl delete namespace <pxb-namespace>