Skip to content

Commit 281df0c

Browse files
authored
Merge pull request #25896 from kylejep/patch-2
Update install-kubeadm.md
2 parents cfe5edf + bf10334 commit 281df0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Make sure that the `br_netfilter` module is loaded. This can be done by running
5959
As a requirement for your Linux Node's iptables to correctly see bridged traffic, you should ensure `net.bridge.bridge-nf-call-iptables` is set to 1 in your `sysctl` config, e.g.
6060

6161
```bash
62+
cat <<EOF | sudo tee /etc/modules-load.d/k8s.conf
63+
br_netfilter
64+
EOF
65+
6266
cat <<EOF | sudo tee /etc/sysctl.d/k8s.conf
6367
net.bridge.bridge-nf-call-ip6tables = 1
6468
net.bridge.bridge-nf-call-iptables = 1

0 commit comments

Comments
 (0)