Comment 4 for bug 2011814

Revision history for this message
James Page (james-page) wrote (last edit ):

snap install microk8s --channel 1.25-strict/sable
sudo microk8s enable dns hostpath-storage
sudo microk8s enable metallb <supply range of IP's to use>

bootstrap a juju controller microk8s

juju add-model testing
juju deploy --trust --channel 3.11/beta rabbitmq-k8s

the RabbitMQ charm will patch its service definition to LoadBalancer

microk8s.kubectl get service --namespace testing

reboot the machine

microk8s.kubectl get service --namespace testing

service definition will have reverted to ClusterIP.