Skip to content

Commit fa60eb7

Browse files
authored
Merge pull request #20523 from nevermyuk/flannel
Add note to Flannel Preparation Step
2 parents 02f522d + 5905170 commit fa60eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Once you have a Linux-based Kubernetes control-plane node you are ready to choos
4848

4949
1. Prepare Kubernetes control plane for Flannel
5050

51-
Some minor preparation is recommended on the Kubernetes control plane in our cluster. It is recommended to enable bridged IPv4 traffic to iptables chains when using Flannel. This can be done using the following command:
51+
Some minor preparation is recommended on the Kubernetes control plane in our cluster. It is recommended to enable bridged IPv4 traffic to iptables chains when using Flannel. The following command must be run on all Linux nodes:
5252

5353
```bash
5454
sudo sysctl net.bridge.bridge-nf-call-iptables=1

0 commit comments

Comments
 (0)