mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +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:
|
||||
- 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