From bb72dd885c8ac2662bf9ea35480457f55fdab564 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 20 Jan 2026 08:46:21 +0100 Subject: [PATCH] [kilo] rename joinCIDR to transitCIDR Signed-off-by: Andrei Kvapil --- packages/system/kilo/templates/kilo.yaml | 2 +- packages/system/kilo/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/system/kilo/templates/kilo.yaml b/packages/system/kilo/templates/kilo.yaml index 8fc362c0..298c0400 100644 --- a/packages/system/kilo/templates/kilo.yaml +++ b/packages/system/kilo/templates/kilo.yaml @@ -38,7 +38,7 @@ spec: {{- with .Values.kilo.serviceCIDR }} - --service-cidr={{ . }} {{- end }} - {{- with .Values.kilo.joinCIDR }} + {{- with .Values.kilo.transitCIDR }} - --subnet={{ . }} {{- end }} - --internal-cidr=$(NODE_IP)/32 diff --git a/packages/system/kilo/values.yaml b/packages/system/kilo/values.yaml index 9fde46a0..d2ef28ab 100644 --- a/packages/system/kilo/values.yaml +++ b/packages/system/kilo/values.yaml @@ -5,6 +5,6 @@ kilo: repository: 999669/kilo podCIDR: 10.244.0.0/16 serviceCIDR: 10.96.0.0/16 - joinCIDR: 100.64.0.0/16 + transitCIDR: 100.66.0.0/16 meshGranularity: location cleanUpInterface: false