mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +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
|
||||
nodeSelector:
|
||||
node.kubernetes.io/kube-proxy-ds-ready: "true"
|
||||
beta.kubernetes.io/os: linux
|
||||
tolerations:
|
||||
- operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
|
Loading…
Reference in New Issue
Block a user