kubeasz/roles/prepare/templates/10-k8s-modules.conf.j2

10 lines
141 B
Plaintext
Raw Normal View History

br_netfilter
ip_vs
ip_vs_rr
ip_vs_wrr
ip_vs_sh
2021-10-15 12:50:34 +08:00
nf_conntrack
2021-10-17 10:33:00 +08:00
{% if 'NoFound' not in NF_CONNTRACK_IPV4.stdout %}
2021-10-15 12:50:34 +08:00
nf_conntrack_ipv4
2021-10-17 10:33:00 +08:00
{% endif %}