spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
grafana fails to start if it doesn't have access to internet
When starting springcloud/spring-cloud-dataflow-grafana-influxdb in a local docker deployment, grafana fails to start when it doesn't have internet access.
As far as I can see this is because of the Dockerfile instruction
ENV GF_INSTALL_PLUGINS=digrich-bubblechart-panel,savantly-heatmap-panel,grafana-piechart-panel,jdbranham-diagram-panel
Can the image just be packaged with the plug-ins already installed? Not all environments are internet-friendly :)
P.S: Sorry if this is not the correct project to post, I could not find the repo for spring-cloud-dataflow-grafana-influxdb
That seems reasonable, but things could go out of sync if we don't automate the packaging with the source charts. We will discuss it internally to best solve it.
hi, we have the exact same issue :
Error: ✗ Failed to send request: Get "https://grafana.com/api/plugins/repo/digrich-bubblechart-panel": dial tcp: lookup grafana.com on 192.168.0.183:53: no such host
Our K8S Cluster is not accessible with internet, blocking us from using the prometeus / grafana combination right now
Regards, Guillaume
If you can provide a modified docker file that we can test out with these changes, that would be appreciated. Adding to general backlog.
We have the same problem - we have private cluster without access to internet, and when I've installed grafana I've got the same error.