Merge pull request #24 from KnicKnic/master

ensure k8dash scheduled on linux nodes
This commit is contained in:
Eric Herbrandson
2019-05-21 08:28:19 -05:00
committed by GitHub
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -25,6 +25,8 @@ spec:
port: 4654
initialDelaySeconds: 30
timeoutSeconds: 30
nodeSelector:
'beta.kubernetes.io/os': linux
---
kind: Service
+2
View File
@@ -41,6 +41,8 @@ spec:
secretKeyRef:
name: k8dash
key: secret
nodeSelector:
'beta.kubernetes.io/os': linux
---
kind: Service
+2
View File
@@ -25,6 +25,8 @@ spec:
port: 4654
initialDelaySeconds: 30
timeoutSeconds: 30
nodeSelector:
'beta.kubernetes.io/os': linux
---
kind: Service