Files
kube-vip/pkg
Justin Cichra 2b126dceed Fix bgp_attach_ip_to_interface not applied to Service VIPs (#1744)
shouldAddServiceIP() checks BGPAttachIPToInterface on a per-service
config struct. NewInstance() builds that struct fresh for each Service,
copying over most fields from the global config, missing this one. As
a result the flag has no effect regardless of its value, and BGP-mode
Service VIPs are never bound to the interface.

Copy the field at both construction sites where it's built, and add
a regression test covering the propagation.

Signed-off-by: Justin Cichra <jrcichra@yahoo.com>
2026-08-31 00:20:08 +02:00
..
2026-07-08 20:49:00 +02:00
2026-08-20 13:03:08 +02:00
2026-08-20 13:03:08 +02:00
2024-03-20 19:23:05 +08:00
2025-01-16 17:45:09 +00:00
2026-08-20 13:03:08 +02:00
2026-04-30 15:41:31 +02:00
2026-08-20 13:03:08 +02:00
2025-01-16 17:45:09 +00:00
2026-08-20 13:03:08 +02:00