mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #96237 from jingxu97/nov/konnect
Add nodeSelector for konnectivity daemonSet
This commit is contained in:
commit
fe9fd060c9
@ -22,6 +22,8 @@ spec:
|
||||
tolerations:
|
||||
- key: "CriticalAddonsOnly"
|
||||
operator: "Exists"
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
containers:
|
||||
- image: k8s.gcr.io/kas-network-proxy/proxy-agent:v0.0.12
|
||||
name: konnectivity-agent
|
||||
|
Loading…
Reference in New Issue
Block a user