spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

grafana fails to start if it doesn't have access to internet

Open DemianTinkiel opened this issue 3 years ago • 2 comments

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

DemianTinkiel avatar Sep 07 '21 11:09 DemianTinkiel

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.

sabbyanandan avatar Sep 20 '21 22:09 sabbyanandan

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

demetthyl avatar Nov 15 '21 13:11 demetthyl

If you can provide a modified docker file that we can test out with these changes, that would be appreciated. Adding to general backlog.

markpollack avatar Sep 29 '22 18:09 markpollack

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.

szopal avatar Oct 02 '22 15:10 szopal