Bind kube-proxy containers to linux nodes to avoid Windows scheduling

This commit is contained in:
张潇 2019-09-21 17:59:02 +08:00
parent 60044a8acc
commit 4d94bfdcdf

View File

@ -26,6 +26,7 @@ spec:
hostNetwork: true
nodeSelector:
node.kubernetes.io/kube-proxy-ds-ready: "true"
beta.kubernetes.io/os: linux
tolerations:
- operator: "Exists"
effect: "NoExecute"