Skip to content

Commit ff7b665

Browse files
committed
Adding linux node selector
1 parent 14f80ef commit ff7b665

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/kubernetes/base/node.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ spec:
6767
mountPath: /run/udev
6868
- name: sys
6969
mountPath: /sys
70+
nodeSelector:
71+
kubernetes.io/os: linux
7072
volumes:
7173
- name: registration-dir
7274
hostPath:

0 commit comments

Comments
 (0)