Merge pull request #76327 from neolit123/kubeproxy-node-selector

kubeadm: disable the kube-proxy DaemonSet on non-Linux nodes
This commit is contained in:
Kubernetes Prow Robot
2019-05-03 04:08:18 -07:00
committed by GitHub

View File

@@ -112,5 +112,7 @@ spec:
- key: CriticalAddonsOnly
operator: Exists
- operator: Exists
nodeSelector:
beta.kubernetes.io/os: linux
`
)