Merge pull request #415 from ffd2subroutine/add-node-selector

add nodeSelector so that ark server doesn't end up on a windows node …
This commit is contained in:
Andy Goldstein
2018-04-12 11:28:41 -04:00
committed by GitHub
+2
View File
@@ -43,3 +43,5 @@ spec:
volumes:
- name: plugins
emptyDir: {}
nodeSelector:
beta.kubernetes.io/os: linux