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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
3ff6a2e7
Unverified
Commit
3ff6a2e7
authored
5 years ago
by
Florian Ruynat
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update default (erroneous) backend value for calico (#6031)
parent
1ee3ff73
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-calico.yml
+2
-2
2 additions, 2 deletions
inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml
roles/network_plugin/calico/defaults/main.yml
+2
-2
2 additions, 2 deletions
roles/network_plugin/calico/defaults/main.yml
with
4 additions
and
4 deletions
inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml
+
2
−
2
View file @
3ff6a2e7
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
# Choose data store type for calico: "etcd" or "kdd" (kubernetes datastore)
# Choose data store type for calico: "etcd" or "kdd" (kubernetes datastore)
# calico_datastore: "etcd"
# calico_datastore: "etcd"
# Choose Calico iptables backend: "
Iptables
" or "NFT"
# Choose Calico iptables backend: "
Legacy", "Auto
" or "NFT"
# calico_iptables_backend: "
Iptables
"
# calico_iptables_backend: "
Legacy
"
# Use typha (only with kdd)
# Use typha (only with kdd)
# typha_enabled: false
# typha_enabled: false
...
...
This diff is collapsed.
Click to expand it.
roles/network_plugin/calico/defaults/main.yml
+
2
−
2
View file @
3ff6a2e7
...
@@ -56,8 +56,8 @@ calico_healthhost: "localhost"
...
@@ -56,8 +56,8 @@ calico_healthhost: "localhost"
# Configure time in seconds that calico will wait for the iptables lock
# Configure time in seconds that calico will wait for the iptables lock
calico_iptables_lock_timeout_secs
:
10
calico_iptables_lock_timeout_secs
:
10
# Choose Calico iptables backend: "
Iptables
" or "NFT" (FELIX_IPTABLESBACKEND)
# Choose Calico iptables backend: "
Legacy", "Auto
" or "NFT" (FELIX_IPTABLESBACKEND)
calico_iptables_backend
:
"
Iptables
"
calico_iptables_backend
:
"
Legacy
"
# If you want to use non default IP_AUTODETECTION_METHOD for calico node set this option to one of:
# If you want to use non default IP_AUTODETECTION_METHOD for calico node set this option to one of:
# * can-reach=DESTINATION
# * can-reach=DESTINATION
...
...
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