Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

MetalLB: BGP labels don't update on node replacement #1126

@johananl

Description

@johananl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/componentsItems related to componentsbugSomething isn't workingplatform/packetPacket-relatedsize/sIssues which likely require up to a couple of work hours

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions