mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Merge pull request #76327 from neolit123/kubeproxy-node-selector
kubeadm: disable the kube-proxy DaemonSet on non-Linux nodes
This commit is contained in:
commit
7defecbc2c
1 changed files with 2 additions and 0 deletions
|
|
@ -112,5 +112,7 @@ spec:
|
|||
- key: CriticalAddonsOnly
|
||||
operator: Exists
|
||||
- operator: Exists
|
||||
nodeSelector:
|
||||
beta.kubernetes.io/os: linux
|
||||
`
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue