Open
Description
openedon Jul 11, 2024
Summary of Issue:
Starred dashboard list disappears after the grafana pod restart. The issue only affected the provisioning dashboard.
The user setup used dashboard provisioner and JSON files to import the dashboards from a GitHub repo using a gitsync side car container.
ENVIRONMENT DETAILS
Platform: EKS
Grafana Version: 11
Investigation:
- I found a similar issue reported here: Dashboards: Starred dashboards cleared after Grafana POD restart grafana#80398
- I couldn't reproduce the issue using a single binary grafana, so this seems only to happen for the K8s deployment.
Steps to reproduce:
- Deploy Grafana using this helm chart: https://github.com/grafana/helm-charts/tree/main/charts/grafana
- Provision dashboard
- Star the provisioned dashboard
- Restart Grafana POD
- Check starred dashboards
Activity