mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-18 01:17:38 -02:30
Make calico iptables lock timeout configurable (#5658)
Adds `calico_iptables_lock_timeout_secs` variable to calico DS yaml.
This commit is contained in:
@@ -51,6 +51,9 @@ calico_node_ignorelooserpf: false
|
||||
# Define address on which Felix will respond to health requests
|
||||
calico_healthhost: "localhost"
|
||||
|
||||
# Configure time in seconds that calico will wait for the iptables lock
|
||||
calico_iptables_lock_timeout_secs: 10
|
||||
|
||||
# Choose Calico iptables backend: "Iptables" or "NFT" (FELIX_IPTABLESBACKEND)
|
||||
calico_iptables_backend: "Iptables"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user