Skip to content

Commit 8e8c6d3

Browse files
authored
Minor update
Updated text according to PR comments
1 parent 2d7f82e commit 8e8c6d3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,12 @@ Once you have a Linux-based Kubernetes control-plane node you are ready to choos
119119
{{< /note >}}
120120
121121
{{< note >}}
122-
If you're using a different interface rather than Ethernet (i.e. "Ethernet0 2") on the Windows nodes, you have to modify the line
123-
```wins cli process run --path /k/flannel/setup.exe --args "--mode=overlay --interface=Ethernet"```
124-
in the flannel-*.yml file and specify your interface accordingly.
122+
If you're using a different interface rather than Ethernet (i.e. "Ethernet0 2") on the Windows nodes, you have to modify the line:
123+
124+
```powershell
125+
wins cli process run --path /k/flannel/setup.exe --args "--mode=overlay --interface=Ethernet"
126+
```
127+
in the flannel-host-gw.yml or flannel-overlay.yml file and specify your interface accordingly.
125128
{{< /note >}}
126129

127130
```bash

0 commit comments

Comments
 (0)