Uninstall Portworx Backup
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 Portworx Backup 2.6.0 and versions prior to that:
Enter the following
helm delete
command with the--namespace
flag and the namespace your Portworx Backup cluster is installed on:helm delete px-central --namespace px-backup
Cleanup the secrets and PVCs created by Portworx Backup:
kubectl delete namespace px-backup