mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
added nodeSelector to constrain it to Linux only
This commit is contained in:
parent
bb3cddc24f
commit
2fd62ad72a
@ -44,6 +44,7 @@ spec:
|
||||
- name: config
|
||||
mountPath: /etc/config
|
||||
nodeSelector:
|
||||
beta.kubernetes.io/os: linux
|
||||
node.kubernetes.io/masq-agent-ds-ready: "true"
|
||||
volumes:
|
||||
- name: config
|
||||
|
Loading…
Reference in New Issue
Block a user