Skip to content

Make allowedAddressPairs field mutable to support dynamic VIP updatesΒ #2630

@jfpucheu

Description

@jfpucheu

/kind feature

Describe the solution you'd like

It would be beneficial to make this field mutable. In OpenStack, for example, we can dynamically add allowedAddressPairs without needing to restart or rebuild the server. A typical configuration might look like:

allowedAddressPairs:
  - ipAddress: 1.2.3.4

Anything else you would like to add:

This feature would be particularly useful in scenarios where we want to add new VIPs dynamically using tools like MetalLB or Kube-VIP, without having to rebuild or redeploy all nodes.
Enabling this flexibility would improve operational efficiency and align better with dynamic networking use cases.
Thanks you

Jeff

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    Status

    Inbox

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions