hello, someone can help with this problem ? we use...
# k3s
f
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
Put less data into Loki? Or delete some of what you’ve already put in there?
That is clearly just the path to the loki PV you created with the local-path provisioner.
If you need help removing data from Loki, this is the wrong place to ask for help with that.
f
thanks Brandond, just want to see if someone else run into the same problem.