You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2022. It is now read-only.
When replacing a node which runs MetalLB, the k8s node labels used for peer autodiscovery aren't being updated. The reason for this is apparently the fact that we replace the server underneath the node but keep the Node object. When the kubelet on the new machine re-registers with the API, the values in the --node-labels kubelet flag aren't used again.
Once #548 is merged we can get rid of the --node-labels workaround and instead have the Packet CCM apply (and hopefully update) annotations with BGP information.