-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot install plugins using sidecar. #2197
Comments
Take a look on this |
Why you are using sidecar approach for it? Could you describe the benefits of it? |
I was just exploring the sidecar options🤔. |
In case people are wondering why, the sidecar is for plugin configuration and doesn't handle plugin installation which is why you still need to install via the values file. the provisioning docs: https://grafana.com/docs/grafana/latest/administration/provisioning/#plugins afaict all of the sidecars are just thin wrappers around
As I see it, the benefit would be to be able to decouple the deployment of grafana from the deployment of plugins which could be useful in CI/CD deployments. But it sounds like you'd have to write your own sidecar to do something like that. |
The benefit, gentleman, is that you could have a Git-Ops approach and allow systems like ArgoCD to handle and sync. |
Hello , i was trying to install grafana plugins using grafana sidecar, so i enabled plugin flags in grafana values.yaml as
and created configmap with above label and label value as
and i was able to list plugins inside sidecar container in cat /etc/grafana/provisioning/plugins/plugins as satellogic-3d-globe-panel,macropower-analytics-panel But i was not able to find the same from grafana UI:smiling_face_with_tear:. Any suggestions/help would be appreciated.
The text was updated successfully, but these errors were encountered: