Telegraf k8s docs - contributing

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