Skip to content

Commit 40ca15c

Browse files
authored
Minor change
Update text according to the PR comment
1 parent 8e8c6d3 commit 40ca15c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ Once you have a Linux-based Kubernetes control-plane node you are ready to choos
129129

130130
```bash
131131
# 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
132+
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 -
135133
```
136134

137135

0 commit comments

Comments
 (0)