Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
4020a93d
Unverified
Commit
4020a93d
authored
Mar 27, 2023
by
xiuguang.huang
Committed by
GitHub
Mar 27, 2023
Browse files
Options
Downloads
Patches
Plain Diff
delete the probe option of cilium_kube_proxy_replacement (#9929)
parent
a676c106
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml
+2
-2
2 additions, 2 deletions
inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml
roles/network_plugin/cilium/defaults/main.yml
+2
-2
2 additions, 2 deletions
roles/network_plugin/cilium/defaults/main.yml
with
4 additions
and
4 deletions
inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml
+
2
−
2
View file @
4020a93d
...
...
@@ -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: p
robe
# Kube Proxy Replacement mode (strict/partial)
# cilium_kube_proxy_replacement: p
artial
# If upgrading from Cilium < 1.5, you may want to override some of these options
# to prevent service disruptions. See also:
...
...
This diff is collapsed.
Click to expand it.
roles/network_plugin/cilium/defaults/main.yml
+
2
−
2
View file @
4020a93d
...
...
@@ -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
:
p
robe
# Kube Proxy Replacement mode (strict/partial)
cilium_kube_proxy_replacement
:
p
artial
# If upgrading from Cilium < 1.5, you may want to override some of these options
# to prevent service disruptions. See also:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment