Skip to content
Snippets Groups Projects
Unverified Commit 3ff6a2e7 authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Update default (erroneous) backend value for calico (#6031)

parent 1ee3ff73
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment