From bf10334bfbea5c54bace2412fe6e2580df58474f Mon Sep 17 00:00:00 2001 From: kylejep <62087369+kylejep@users.noreply.github.com> Date: Thu, 31 Dec 2020 07:54:16 -0800 Subject: [PATCH] Update install-kubeadm.md Propose adding config reference to load br_netfilter at boot up to prevent issues with the module not being loaded after reboot. --- .../production-environment/tools/kubeadm/install-kubeadm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md b/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md index 8ff56de29f1f7..9d0853b824183 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md @@ -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 <