diff --git a/docs/getting-started-guides/windows/index.md b/docs/getting-started-guides/windows/index.md index fb692d7a63..ca6acdfa01 100644 --- a/docs/getting-started-guides/windows/index.md +++ b/docs/getting-started-guides/windows/index.md @@ -83,12 +83,14 @@ The below example setup assumes one Linux and two Windows Server 2016 nodes and | Win02 | `` | 192.168.2.0/24 | **Lin01** + ``` ip route add 192.168.1.0/24 via ip route add 192.168.2.0/24 via ``` **Win01** + ``` docker network create -d transparent --gateway 192.168.1.1 --subnet 192.168.1.0/24 # A bridge is created with Adapter name "vEthernet (HNSTransparent)". Set its IP address to transparent network gateway @@ -98,6 +100,7 @@ route add 192.168.2.0 mask 255.255.255.0 192.168.2.1 if # A bridge is created with Adapter name "vEthernet (HNSTransparent)". Set its IP address to transparent network gateway @@ -132,6 +135,7 @@ Run the following in a PowerShell window with administrative privileges. Be awar ## Scheduling Pods on Windows Because your cluster has both Linux and Windows nodes, you must explictly set the nodeSelector constraint to be able to schedule Pods to Windows nodes. You must set nodeSelector with the label beta.kubernetes.io/os to the value windows; see the following example: + ``` { "apiVersion": "v1",