#general

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.

Powered by Struct AI
🙌 1
✅ 1
4
3d
Solved
Join the chat
May 26, 2023 (3 days ago)
Vinay
Photo of md5-5aa2a78b8c6b3b9f0284363d85b74cfa
Vinay
07:16 AM
Hi all,
when 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?
Image 1 for Hi all,<br>when am trying to uninstall Signoz as per the instructions provided in <a href="https://signoz.io/docs/operate/kubernetes/#uninstall-signoz-cluster" target="_blank">https://signoz.io/docs/operate/kubernetes/#uninstall-signoz-cluster</a>, unable to delete click house PVC volumes?
✅ 1
Prashant
Photo of md5-1899629483c7ab1dccfbee6cc2f637b9
Prashant
11:48 AM
Vinay This mostly happens when you try to delete the volumes prior to properly deleting the ClickHouse Instance i.e. chi resource.

You 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
11:48
Prashant
11:48 AM
^ replace platform with your custom namespace
Vinay
Photo of md5-5aa2a78b8c6b3b9f0284363d85b74cfa
Vinay
12:42 PM
Thanks, Prashant - it worked..!!!
🙌 1

SigNoz Community

Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Join Our Community