Minor change

Update text according to the PR comment
This commit is contained in:
krufab
2020-04-03 19:08:23 +02:00
committed by GitHub
parent 8e8c6d3de8
commit 40ca15c523
@@ -129,9 +129,7 @@ Once you have a Linux-based Kubernetes control-plane node you are ready to choos
```bash
# Example
curl -Lo flannel-overlay.yml https://github.com/kubernetes-sigs/sig-windows-tools/releases/latest/download/flannel-overlay.yml
sed -i "s|=Ethernet|Ethernet0 2|g"
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 -
```