hello, someone can help with this problem ?
we use k3s on a single server to host a backend application in production and we have installed loki-stack via helm.
The problem is the folder /var/lib/rancher/k3s/storage/pvc-c688f89b-ee2a-4a4d-b708-0fcd90ec051f_monitoring_storage-loki-stack-0/loki/chunks/ occupies 500GB disk and the total disk usage reached 95%.
how to safely reduce this folder's data size ?
c
creamy-pencil-82913
11/04/2025, 10:03 AM
Put less data into Loki? Or delete some of what you’ve already put in there?
creamy-pencil-82913
11/04/2025, 10:04 AM
That is clearly just the path to the loki PV you created with the local-path provisioner.
creamy-pencil-82913
11/04/2025, 10:05 AM
If you need help removing data from Loki, this is the wrong place to ask for help with that.
f
fierce-monkey-12020
11/04/2025, 10:18 AM
thanks Brandond,
just want to see if someone else run into the same problem.