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
commit 7defecbc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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