From 8cc0ebc878b8684cf736eddfabe516f07f7f3ccd Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Fri, 14 Jul 2023 21:03:31 +0200 Subject: [PATCH] change script weight to 2 --- keepalived.template.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepalived.template.conf b/keepalived.template.conf index 7b910a7..56971b9 100644 --- a/keepalived.template.conf +++ b/keepalived.template.conf @@ -9,7 +9,7 @@ vrrp_script haproxy-check { # -0 checks if the process is running script "/usr/lib/keepalived/scripts/chk_kube_apiserver.sh 192.168.2.2 6443" interval 2 - weight 20 + weight 2 user keepalived_script }