From bec625aadbc485c03063938b2b5015d9aeec5951 Mon Sep 17 00:00:00 2001 From: Marcel Fest Date: Wed, 16 Sep 2026 11:39:15 +0200 Subject: [PATCH] fix: remove forwarding of a non-existent config Signed-off-by: Marcel Fest --- pkg/instance/instance.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/instance/instance.go b/pkg/instance/instance.go index 1afbf7d5..823631c1 100644 --- a/pkg/instance/instance.go +++ b/pkg/instance/instance.go @@ -274,8 +274,6 @@ func (instance *Instance) initialize(ctx context.Context, svc *v1.Service, confi DHCPBackoffAttempts: config.DHCPBackoffAttempts, DisableServiceUpdates: config.DisableServiceUpdates, EnableServicesElection: config.EnableServicesElection, - // cleanupVIPs reads this from the per-VIP config, so Service VIPs need it too. - PreserveVIPOnLeadershipLoss: config.PreserveVIPOnLeadershipLoss, KubernetesLeaderElection: kubevip.KubernetesLeaderElection{ EnableLeaderElection: config.EnableLeaderElection, },