mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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
|
- name: config
|
||||||
mountPath: /etc/config
|
mountPath: /etc/config
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
beta.kubernetes.io/os: linux
|
||||||
node.kubernetes.io/masq-agent-ds-ready: "true"
|
node.kubernetes.io/masq-agent-ds-ready: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
|
Loading…
Reference in New Issue
Block a user