From 1037af7a3638359a8d02573e1f36218c9b784610 Mon Sep 17 00:00:00 2001 From: "haijian.yang" Date: Tue, 11 Jun 2024 14:10:25 +0800 Subject: [PATCH] SKS-2807: Revert kube-vip timeout changes --- templates/cluster-template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index ab57d05..49330cd 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -161,11 +161,11 @@ spec: - name: vip_leasename value: plndr-cp-lock - name: vip_leaseduration - value: "5" + value: "15" - name: vip_renewdeadline - value: "3" + value: "10" - name: vip_retryperiod - value: "1" + value: "2" - name: address value: ${CONTROL_PLANE_ENDPOINT_IP} - name: prometheus_server