Add linux selector to kube-proxy yaml.

This commit is contained in:
Pavithra Ramesh 2019-11-01 15:05:22 -07:00
parent 2adadf9218
commit 3faa95cb32

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"