File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,12 @@ Once you have a Linux-based Kubernetes control-plane node you are ready to choos
119
119
{{< /note >}}
120
120
121
121
{{< 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.
125
128
{{< /note > }}
126
129
127
130
` ` ` bash
You can’t perform that action at this time.
0 commit comments