mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-12 06:54:46 -03:30
Directly list conntrack modules instead of using a variable (#12475)
The conntrack kernel modules have no reason to be something else than those two options, so there is no reason to have a variable.
This commit is contained in:
@@ -183,11 +183,6 @@ kube_proxy_ipvs_modules:
|
||||
- ip_vs_wlc
|
||||
- ip_vs_lc
|
||||
|
||||
# Kubespray will use the first module of this list which it can successfully modprobe
|
||||
conntrack_modules:
|
||||
- nf_conntrack
|
||||
- nf_conntrack_ipv4
|
||||
|
||||
# Set this option to "" (empty) to disable staticPodPath (See docs/operations/hardening.md)
|
||||
kubelet_static_pod_path: "{{ kube_manifest_dir }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user