Uninstall PX-Central on-premises
If you’ve installed PX-Central using Helm, you can use Helm to uninstall it as well.
Prerequisites
PX-Central must already be installed.
Uninstall
Delete the Helm chart, by entering the following command:
helm delete px-backup --namespace px-backup
Use the
kubectl delete
command to clean up secrets and the PVC created by PX-Backup:kubectl delete ns px-backup
Last edited: Monday, Nov 16, 2020
Questions? Visit the Portworx forum.