I was having issues getting the grafana pod to start in my pocket installation. It was complaining about the missing "dashboard-provisioning" config map, and I didn't see any references to it in the Makefile. Adding these lines allowed Grafana to start, though I'm still getting Failed to upgrade legacy queries Datasource named ${DS_INFLUXKAFKA} was not found errors whenever I try to load dashboards.
I was having issues getting the grafana pod to start in my pocket installation. It was complaining about the missing "dashboard-provisioning" config map, and I didn't see any references to it in the Makefile. Adding these lines allowed Grafana to start, though I'm still getting
Failed to upgrade legacy queries Datasource named ${DS_INFLUXKAFKA} was not found
errors whenever I try to load dashboards.