I am trying to deploy Grafana using helm chart in the onprem Kubernetes cluster. But we are getting read-only access what might be the issue. we are using static persistent volume claim for it.
How to fix this?
Error → chown: /var/lib/grafana/.snapshot/hourly.2024-03-07_0900: Read-only file system
chown: /var/lib/grafana/.snapshot/hourly.2024-03-07_0900: Resource temporarily unavailable
chown: /var/lib/grafana/.snapshot: Read-only file system
Hi @saiben10, if you are using local volumes you have to make sure to match the permissions in the local directory and the ones assigned to your grafana pod.
Hello,
I am trying to deploy Grafana using helm chart in the onprem Kubernetes cluster. But we are getting read-only access what might be the issue. we are using static persistent volume claim for it. How to fix this?
Error → chown: /var/lib/grafana/.snapshot/hourly.2024-03-07_0900: Read-only file system chown: /var/lib/grafana/.snapshot/hourly.2024-03-07_0900: Resource temporarily unavailable chown: /var/lib/grafana/.snapshot: Read-only file system