Y
Hacker News
new
|
ask
|
show
|
jobs
by
bauerd
2224 days ago
Does the new plugin architecture allow me to provision plugins from a config file on startup? Like installing the Kubernetes App without `grafana-cli plugins install kubernetes-app`
2 comments
ryantxu
2224 days ago
You can provision plugins on startup with something like:
https://grafana.com/docs/grafana/latest/installation/docker/...
link
mleonhard
2223 days ago
Does that method support removing plugins?
link
ulzeraj
2224 days ago
Someone already replied but I should add that most if not all config parameters can be passed to the container through env variables.
link