Hi,
I have install microk8s v1.33, and from the release page it explicitly says “Update metallb addon to v1.14.9”
However, when I enable metallb on my installation, The version is 1.13.3, and this has a bug that was resolved in a later version, that effects me.
Can someone advise as to how this is the case, and how I may rectify it.
Thanks.
Did you disable it first?
IMPORTANT NOTE: Workloads running in the cluster, unless specified otherwise in the documentation, will NOT be upgraded as part of a MicroK8s upgrade. This includes both enabled add-ons and the CNI. Currently, the most effective way to upgrade add-ons is to use microk8s disable <add-on>
and then re-enable them. Please make sure to read the release notes for specific details referring to add-ons before upgrading. The latest manifest of the default CNI (calico) is always under /snap/microk8s/current/upgrade-scripts/000-switch-to-calico/resources/calico.yaml
. Before applying it, please make sure you patch it with any customizations needed in your current setup.