We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8c6d3 commit 40ca15cCopy full SHA for 40ca15c
content/en/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes.md
@@ -129,9 +129,7 @@ Once you have a Linux-based Kubernetes control-plane node you are ready to choos
129
130
```bash
131
# Example
132
- curl -Lo flannel-overlay.yml https://github.com/kubernetes-sigs/sig-windows-tools/releases/latest/download/flannel-overlay.yml
133
- sed -i "s|=Ethernet|Ethernet0 2|g"
134
- kubectl apply -f flannel-overlay.yml
+ 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 -
135
```
136
137
0 commit comments