Merge pull request #84666 from prameshj/kube-proxy-yaml

Add linux selector to kube-proxy yaml.
This commit is contained in:
Kubernetes Prow Robot 2019-11-01 18:09:06 -07:00 committed by GitHub
commit c4419bd50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ spec:
priorityClassName: system-node-critical
hostNetwork: true
nodeSelector:
beta.kubernetes.io/os: linux
node.kubernetes.io/kube-proxy-ds-ready: "true"
tolerations:
- operator: "Exists"