Update install-kubeadm.md (#12419)

* Update install-kubeadm.md

Fixes #12366

* Update content/en/docs/setup/independent/install-kubeadm.md

committing changes from detiber

Co-Authored-By: SalimGangji <salim.gangji@gmail.com>
pull/12429/head
SalimGangji 2019-01-29 10:10:21 -08:00 committed by Kubernetes Prow Robot
parent 3a0154db4c
commit 071f80429e
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ systemctl enable --now kubelet
EOF
sysctl --system
```
- Make sure that the `br_netfilter` module is loaded before this step. This can be done by running `lsmod | grep br_netfilter`. To load it explicitly call `modprobe br_netfilter`.
{{% /tab %}}
{{% tab name="Container Linux" %}}
Install CNI plugins (required for most pod network):