From 9b725a845309dbe0fa8d2d1bb7b82a68d1953d29 Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Fri, 23 Jan 2026 00:38:01 +0000 Subject: [PATCH] Update templates/k0sctl.yaml --- templates/k0sctl.yaml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/templates/k0sctl.yaml b/templates/k0sctl.yaml index c9dbfb7..aa472a4 100644 --- a/templates/k0sctl.yaml +++ b/templates/k0sctl.yaml @@ -47,16 +47,6 @@ spec: agentPort: 8132 network: clusterDomain: cluster.local - controlPlaneLoadBalancing: - enabled: true - type: Keepalived - keepalived: - vrrpInstances: - - virtualIPs: ["[K0S-HA-API-IP]/[NODES-IP-NETMASK]"] - authPass: [K0S-HA-API-AUTH-PASS] - nodeLocalLoadBalancing: - enabled: true - type: EnvoyProxy primaryAddressFamily: IPv4 podCIDR: 10.244.0.0/16 serviceCIDR: 10.96.0.0/12 @@ -90,8 +80,16 @@ spec: mode: iptables ipvs: strictARP: true + controlPlaneLoadBalancing: + enabled: true + type: Keepalived + keepalived: + vrrpInstances: + - virtualIPs: ["[K0S-HA-API-IP]/[NODES-IP-NETMASK]"] + authPass: [K0S-HA-API-AUTH-PASS] nodeLocalLoadBalancing: - enabled: false + enabled: true + type: EnvoyProxy storage: type: etcd etcd: