Merge pull request #20484 from KnotGud/master

Fix rendering error in k8s.io/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/
This commit is contained in:
Kubernetes Prow Robot
2020-04-28 11:45:38 -07:00
committed by GitHub
@@ -124,13 +124,15 @@ Once you have a Linux-based Kubernetes control-plane node you are ready to choos
```powershell ```powershell
wins cli process run --path /k/flannel/setup.exe --args "--mode=overlay --interface=Ethernet" wins cli process run --path /k/flannel/setup.exe --args "--mode=overlay --interface=Ethernet"
``` ```
in the flannel-host-gw.yml or flannel-overlay.yml file and specify your interface accordingly.
{{< /note >}} in the `flannel-host-gw.yml` or `flannel-overlay.yml` file and specify your interface accordingly.
```bash ```bash
# Example # Example
curl -L https://github.com/kubernetes-sigs/sig-windows-tools/releases/latest/download/flannel-overlay.yml | sed 's/Ethernet/Ethernet0 2/g' | kubectl apply -f - curl -L https://github.com/kubernetes-sigs/sig-windows-tools/releases/latest/download/flannel-overlay.yml | sed 's/Ethernet/Ethernet0 2/g' | kubectl apply -f -
``` ```
{{< /note >}}
### Joining a Windows worker node ### Joining a Windows worker node