From dc09298f7e5e19c09af24d329c65f028399a9aac Mon Sep 17 00:00:00 2001 From: ChengHao Yang <17496418+tico88612@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:13:48 +0800 Subject: [PATCH] Docs: cilium_kube_proxy_replacement change boolean (#12898) Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --- inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml b/inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml index 98e319d50..c9dd4ef4d 100644 --- a/inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml +++ b/inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml @@ -56,8 +56,8 @@ cilium_l2announcements: false # # Only effective when monitor aggregation is set to "medium" or higher. # cilium_monitor_aggregation_flags: "all" -# Kube Proxy Replacement mode (strict/partial) -# cilium_kube_proxy_replacement: partial +# Kube Proxy Replacement mode (true/false) +# cilium_kube_proxy_replacement: false # If upgrading from Cilium < 1.5, you may want to override some of these options # to prevent service disruptions. See also: