Telegraf
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 12 | 03 Jun 2021 |
juju deploy telegraf-k8s --channel edge
For any problems with this charm, please report bugs here.
The code for this charm can be downloaded as follows:
git clone https://git.launchpad.net/charm-k8s-telegraf
Using a custom image
By default the charm will use the telegrafcharmers/telegraf:edge image from dockerhub. To build and push a custom image:
git clone https://git.launchpad.net/charm-k8s-telegraf
cd charm-k8s-telegraf
make image-build
docker tag telegraf:latest localhost:32000/telegraf
docker push localhost:32000/telegraf
Then, to use your new image:
juju deploy ./telegraf-k8s.charm --resource telegraf-image=localhost:32000/telegraf