Remove redundant information when deploy flannel on kubernetes include windows node (#18273)

pull/18287/head
wawa 2019-12-24 12:11:29 +08:00 committed by Kubernetes Prow Robot
parent f1f7c1bf75
commit 9f42b6b743
1 changed files with 0 additions and 6 deletions

View File

@ -131,12 +131,6 @@ Once you have a Linux-based Kubernetes master node you are ready to choose a net
kubectl apply -f kube-flannel.yml
```
Next, since the Flannel pods are Linux-based, apply a NodeSelector patch, which can be found [here](https://github.com/Microsoft/SDN/blob/1d5c055bb195fecba07ad094d2d7c18c188f9d2d/Kubernetes/flannel/l2bridge/manifests/node-selector-patch.yml), to the Flannel DaemonSet pod:
```bash
kubectl patch ds/kube-flannel-ds-amd64 --patch "$(cat node-selector-patch.yml)" -n=kube-system
```
After a few minutes, you should see all the pods as running if the Flannel pod network was deployed.
```bash