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

You can provision plugins on startup with something like: https://grafana.com/docs/grafana/latest/installation/docker/...
Does that method support removing plugins?
Someone already replied but I should add that most if not all config parameters can be passed to the container through env variables.