From 863d7823c1b180411e43b7051c7990f4bce34b30 Mon Sep 17 00:00:00 2001 From: Joseph Callen Date: Fri, 2 Oct 2020 18:15:38 -0400 Subject: [PATCH] vsphere - excessive vip migration trying to use nopreempt to resolve vip migration --- .../00-master/vsphere/files/vsphere-keepalived-keepalived.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/master/00-master/vsphere/files/vsphere-keepalived-keepalived.yaml b/templates/master/00-master/vsphere/files/vsphere-keepalived-keepalived.yaml index 313eebe867..bb83f8c89c 100644 --- a/templates/master/00-master/vsphere/files/vsphere-keepalived-keepalived.yaml +++ b/templates/master/00-master/vsphere/files/vsphere-keepalived-keepalived.yaml @@ -54,6 +54,7 @@ contents: interface {{`{{ .VRRPInterface }}`}} virtual_router_id {{`{{ .Cluster.APIVirtualRouterID }}`}} priority 40 + nopreempt advert_int 1 {{`{{if .EnableUnicast}}`}} unicast_src_ip {{`{{.NonVirtualIP}}`}}