From dafc22c79aba088801577ee22afc049d77e001d1 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Mon, 12 Dec 2016 21:03:11 -0800 Subject: [PATCH] Add empty space before code blocks to render If there is no empty space before the 3-backtick code blocks, they are rendered incorrectly on the website. --- docs/getting-started-guides/windows/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started-guides/windows/index.md b/docs/getting-started-guides/windows/index.md index a28e037908..ff7cf971fb 100644 --- a/docs/getting-started-guides/windows/index.md +++ b/docs/getting-started-guides/windows/index.md @@ -80,12 +80,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 @@ -95,6 +97,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 @@ -129,6 +132,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",