mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
delete the probe option of cilium_kube_proxy_replacement (#9929)
This commit is contained in:
@@ -51,8 +51,8 @@
|
|||||||
#
|
#
|
||||||
# Only effective when monitor aggregation is set to "medium" or higher.
|
# Only effective when monitor aggregation is set to "medium" or higher.
|
||||||
# cilium_monitor_aggregation_flags: "all"
|
# cilium_monitor_aggregation_flags: "all"
|
||||||
# Kube Proxy Replacement mode (strict/probe/partial)
|
# Kube Proxy Replacement mode (strict/partial)
|
||||||
# cilium_kube_proxy_replacement: probe
|
# cilium_kube_proxy_replacement: partial
|
||||||
|
|
||||||
# If upgrading from Cilium < 1.5, you may want to override some of these options
|
# If upgrading from Cilium < 1.5, you may want to override some of these options
|
||||||
# to prevent service disruptions. See also:
|
# to prevent service disruptions. See also:
|
||||||
|
|||||||
@@ -45,8 +45,8 @@ cilium_enable_prometheus: false
|
|||||||
cilium_enable_portmap: false
|
cilium_enable_portmap: false
|
||||||
# Monitor aggregation level (none/low/medium/maximum)
|
# Monitor aggregation level (none/low/medium/maximum)
|
||||||
cilium_monitor_aggregation: medium
|
cilium_monitor_aggregation: medium
|
||||||
# Kube Proxy Replacement mode (strict/probe/partial)
|
# Kube Proxy Replacement mode (strict/partial)
|
||||||
cilium_kube_proxy_replacement: probe
|
cilium_kube_proxy_replacement: partial
|
||||||
|
|
||||||
# If upgrading from Cilium < 1.5, you may want to override some of these options
|
# If upgrading from Cilium < 1.5, you may want to override some of these options
|
||||||
# to prevent service disruptions. See also:
|
# to prevent service disruptions. See also:
|
||||||
|
|||||||
Reference in New Issue
Block a user