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>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3a0154db4c
commit
071f80429e
@@ -174,6 +174,7 @@ systemctl enable --now kubelet
|
|||||||
EOF
|
EOF
|
||||||
sysctl --system
|
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 %}}
|
||||||
{{% tab name="Container Linux" %}}
|
{{% tab name="Container Linux" %}}
|
||||||
Install CNI plugins (required for most pod network):
|
Install CNI plugins (required for most pod network):
|
||||||
|
|||||||
Reference in New Issue
Block a user