Uninstall Kloudfuse :: Kloudfuse Docs
Uninstall Kloudfuse
To delete the Kloudfuse installation, follow these steps:
Helm delete
At the helm, delete the kfuse chart and/or delete the ‘kfuse’ namespace.
The helm delete does not get rid of the data stored in persistent disk or in the deepstore in the GCP/AWS/Azure cloud buckets.
helm delete kfuse
Delete persistent disks
To delete the persistent disks, issue the following command:
kubectl delete pvc -n kfuse -l app.kubernetes.io/instance=kfuse
Delete data from the Deepstore
Run the following code to delete data from the Deepstore, depending on storage type, GCP or AWS:
GCP
AWS
gsutil -m rm -r gs://<pinot-bucket-name>/controller
aws s3 rm s3://<pinot-bucket-name>/controller --recursive