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-bind
To run tests, simply run make test
from within the charm code directory.
Local Deployment
To build your own image locally and deploy with that:
sudo snap install charmcraft
git clone https://git.launchpad.net/charm-k8s-bind
cd charm-k8s-bind
make image-build
docker push localhost:32000/bind
juju deploy bind-k8s --config bind_image_path=localhost:32000/bind:latest bind
juju wait
juju status