From 077263af252ed52d37ab648341c83370d137824e Mon Sep 17 00:00:00 2001 From: Patrick Lang Date: Wed, 31 Jan 2018 12:07:37 -0800 Subject: [PATCH] Fix scheduling for Windows example (#83) There shouldn't be a nodename selector. That prevents it from working in recent builds configured with `az aks install-connector` --- examples/iis-pod.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/iis-pod.yaml b/examples/iis-pod.yaml index 5b2328ad1..7eb0d11c5 100644 --- a/examples/iis-pod.yaml +++ b/examples/iis-pod.yaml @@ -18,7 +18,6 @@ spec: - containerPort: 443 name: https dnsPolicy: Default - nodeName: virtual-kubelet-aciconnector-win automountServiceAccountToken: false tolerations: - key: azure.com/aci