Skip to content

Commit

Permalink
Merge pull request #25896 from kylejep/patch-2
Browse files Browse the repository at this point in the history
Update install-kubeadm.md
  • Loading branch information
k8s-ci-robot authored Jan 5, 2021
2 parents cfe5edf + bf10334 commit 281df0c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ Make sure that the `br_netfilter` module is loaded. This can be done by running
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.

```bash
cat <<EOF | sudo tee /etc/modules-load.d/k8s.conf
br_netfilter
EOF

cat <<EOF | sudo tee /etc/sysctl.d/k8s.conf
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
Expand Down

0 comments on commit 281df0c

Please sign in to comment.