mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Bind kube-proxy containers to linux nodes to avoid Windows scheduling
This commit is contained in:
parent
60044a8acc
commit
4d94bfdcdf
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user