mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Add nodeSelector for konnectivity daemonSet
konnectivity agent daemonSet can only run on Linux node. Add node selector to the yaml file Change-Id: I3a4790bbfe95a39d9b668443d59dcaa72fb4cd0d
This commit is contained in:
parent
151c2799d1
commit
d6e805b38c
@ -22,6 +22,8 @@ spec:
|
|||||||
tolerations:
|
tolerations:
|
||||||
- key: "CriticalAddonsOnly"
|
- key: "CriticalAddonsOnly"
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/os: linux
|
||||||
containers:
|
containers:
|
||||||
- image: k8s.gcr.io/kas-network-proxy/proxy-agent:v0.0.12
|
- image: k8s.gcr.io/kas-network-proxy/proxy-agent:v0.0.12
|
||||||
name: konnectivity-agent
|
name: konnectivity-agent
|
||||||
|
Loading…
Reference in New Issue
Block a user