mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Merge pull request #88175 from yliaog/windep
added nodeSelector to constrain it to Linux only
This commit is contained in:
commit
c8814fd5c6
@ -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