Bind kube-proxy containers to linux nodes to avoid Windows scheduling
This commit is contained in:
@@ -26,6 +26,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
node.kubernetes.io/kube-proxy-ds-ready: "true"
|
node.kubernetes.io/kube-proxy-ds-ready: "true"
|
||||||
|
beta.kubernetes.io/os: linux
|
||||||
tolerations:
|
tolerations:
|
||||||
- operator: "Exists"
|
- operator: "Exists"
|
||||||
effect: "NoExecute"
|
effect: "NoExecute"
|
||||||
|
Reference in New Issue
Block a user