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
parent
3a0154db4c
commit
071f80429e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue