Uninstalling Signoz - Issue with Deleting ClickHouse PVC Volumes
TLDR Vinay faced issues while uninstalling Signoz. Prashant suggested patching the PVCs to resolve, which worked successfully.


May 26, 2023 (3 days ago)
Vinay
07:16 AMwhen am trying to uninstall Signoz as per the instructions provided in https://signoz.io/docs/operate/kubernetes/#uninstall-signoz-cluster, unable to delete click house PVC volumes?

Prashant
11:48 AMYou can resolve this by patching the PVCs in the namespace:
kubectl get -n platform pvc -o=name | xargs kubectl patch \
-n platform \
-p '{"metadata":{"finalizers":[]}}' --type=merge
Prashant
11:48 AMplatform
with your custom namespaceVinay
12:42 PM
SigNoz Community
Similar Threads
Deploying SigNoz with Kubernetes - Stuck in Pods
Dedy experienced issues while deploying SigNoz with Kubernetes, as the pods were stuck. Prashant identified missing CHI pods as the cause and suggested trying `helm upgrade`.
SigNoz Deployment Issue with External ClickHouse and PVC
Ragulraj faced issues with deploying SigNoz v0.18.1 through kubernetes due to otel-collector not connecting to the correct ClickHouse cluster. After discussing with Srikanth, Syed and Prashant, he decided to try again with SigNoz helm charts, but faced issues with PVC remaining pending.
Issues with Signoz on k3s Cluster Using Helm
Nilanjan encountered issues with Signoz on a k3s cluster using Helm, with some pods not running. Srikanth and Prashant suggested using `kubectl describe` to diagnose the issue, but the problem remains unresolved.

Issues with SigNoz Install through Helm Chart
Romain experienced a delay in SigNoz installation through Helm Chart, with pods in init state. Prashant identified the issue as insufficient resources in the K8s cluster and suggested specifying a storage class for PVCs, resolving the problem.


Signoz Installation Error in Kubernetes Cluster
Nilanjan faced a ClickHouse image pull error with a Kubernetes install. Prashant identified it as an issue in the user's cluster. Creating a new cluster resolved the problem.

