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:
Jing Xu 2020-11-04 14:24:47 -08:00
parent 151c2799d1
commit d6e805b38c

View File

@ -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