Load br_netfilter module

This commit is contained in:
Oliver Welter 2025-07-23 13:30:36 +02:00
parent 98b3e16848
commit 82e61a909c

View File

@ -16,6 +16,12 @@
- net.ipv4.ip_forward
- net.ipv6.conf.all.forwarding
- name: Load module br_netfilter
modprobe:
name: br_netfilter
state: present
persistent: present
# See: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#letting-iptables-see-bridged-traffic
- name: Let iptables see bridged traffic.
sysctl: