Commit 46a3fb4b authored by Lubomir I. Ivanov's avatar Lubomir I. Ivanov

kubeadm: disable the kube-proxy DaemonSet on non-Linux nodes

Windows worker nodes run kube-proxy as a Windows service. In the future the kube-proxy DaemonSet might run on Windows nodes too, but for now a temporary measure is needed to disable it. Add a linux node selector in the kube-proxy manifest spec.
parent a93f803f
...@@ -112,5 +112,7 @@ spec: ...@@ -112,5 +112,7 @@ spec:
- key: CriticalAddonsOnly - key: CriticalAddonsOnly
operator: Exists operator: Exists
- operator: Exists - operator: Exists
nodeSelector:
beta.kubernetes.io/os: linux
` `
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment