Browse Source

delete the probe option of cilium_kube_proxy_replacement (#9929)

pull/9939/head
xiuguang.huang 2 years ago
committed by GitHub
parent
commit
4020a93d7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. 4
      inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml
  2. 4
      roles/network_plugin/cilium/defaults/main.yml

4
inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml

@ -51,8 +51,8 @@
#
# Only effective when monitor aggregation is set to "medium" or higher.
# cilium_monitor_aggregation_flags: "all"
# Kube Proxy Replacement mode (strict/probe/partial)
# cilium_kube_proxy_replacement: probe
# Kube Proxy Replacement mode (strict/partial)
# cilium_kube_proxy_replacement: partial
# If upgrading from Cilium < 1.5, you may want to override some of these options
# to prevent service disruptions. See also:

4
roles/network_plugin/cilium/defaults/main.yml

@ -45,8 +45,8 @@ cilium_enable_prometheus: false
cilium_enable_portmap: false
# Monitor aggregation level (none/low/medium/maximum)
cilium_monitor_aggregation: medium
# Kube Proxy Replacement mode (strict/probe/partial)
cilium_kube_proxy_replacement: probe
# Kube Proxy Replacement mode (strict/partial)
cilium_kube_proxy_replacement: partial
# If upgrading from Cilium < 1.5, you may want to override some of these options
# to prevent service disruptions. See also:

Loading…
Cancel
Save