Install
Uninstall RisingWave from a Kubernetes cluster
This topic describes how to uninstall RisingWave from a Kubernetes cluster with Helm and how to remove the persistent volume claims (PVCs) and data in object stores.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
This topic describes how to uninstall RisingWave from a Kubernetes cluster with Helm and how to remove the persistent volume claims (PVCs) and data in object stores.
helm uninstall my-risingwave
kubectl get pods
kubectl get persistentvolumeclaims -l app.kubernetes.io/instance=my-risingwave
kubectl delete persistentvolumeclaims -l app.kubernetes.io/instance=my-risingwave
Was this page helpful?