From 73fcc6075d6e40b0aadb47710e898f4ae592a0ca Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Tue, 27 Jan 2026 03:33:49 -0800 Subject: [PATCH] Docs: cilium_kube_proxy_replacement change boolean (#12911) Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> Co-authored-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: