Updating Loadbalancer IP with Microk8s and Metallb
While using Metallb add-on in microk8s certainly makes life easy, what happens if you make a mistake with your original IP address configuration and you would like to physically assign an IP from a new IP range?
The answer is to use custom address pool. The details of which can be found on the microk8s add-on page.
In short you can add the following yaml to your cluster:
Now that the new IP Address pool has been loaded into the kube, the final step is to point the ingress Loadbalancer to the desired address. You can edit the Loadbalancer by adding these two lines to the config: