I have a Kubernetes cluster that I installed from Rancher, and then I installed monitoring from the charts available in Rancher. When I open Grafana, I want to install the grafana-image-renderer plugin, but it doesn’t work as shown below. How can I install this plugin in Rancher?
Hey @solihinfebrian0
Can you show us how you tried to install the plugin?
Already solved.
Just add new container (grafana-image-renderer) and update env variable.
1 Like
It can be installed by use “–set grafana.imageRenderer.enabled=true” for helm install/upgrade.
Fox example -
helm upgrade rancher-monitoring rancher-charts/rancher-monitoring --version xxxx -n cattle-monitoring-system --set grafana.imageRenderer.enabled=true