-
I'm using Grafana version v11.0.0 in DMZ K8s cluster without connectivity to Internet. Although Infinity plugin is integrated right into Grafana application I'm not able to use the plugin. After clicking "Save & test" button it throws an error "Plugin unavailable". How can I use/install the plugin without access to Internet? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I had to re-create whole Docker image with pre-installed plugin before pushing it to the production zone without Internet access. Now it works, maybe the previous image was somehow corrupted (not managed by me). |
Beta Was this translation helpful? Give feedback.
-
I built my own Docker image on top of grafana/grafana with below customizations:
|
Beta Was this translation helpful? Give feedback.
I had to re-create whole Docker image with pre-installed plugin before pushing it to the production zone without Internet access. Now it works, maybe the previous image was somehow corrupted (not managed by me).