add nodeSelector so that ark server doesn't end up on a windows node when running a hybrid cluster

Signed-off-by: ffd2subroutine <ffd2subroutine@users.noreply.github.com>
This commit is contained in:
ffd2subroutine
2018-04-09 09:33:17 +02:00
parent 25d46a709b
commit bcd63bf0e8

View File

@@ -43,3 +43,5 @@ spec:
volumes:
- name: plugins
emptyDir: {}
nodeSelector:
beta.kubernetes.io/os: linux