ensure k8dash scheduled on linux nodes

This commit is contained in:
Nick Maliwacki
2019-05-20 20:52:53 -07:00
parent 31abb469ef
commit 9f44b0d39e
3 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ spec:
port: 4654
initialDelaySeconds: 30
timeoutSeconds: 30
nodeSelector:
'beta.kubernetes.io/os': linux
---
kind: Service

View File

@@ -41,6 +41,8 @@ spec:
secretKeyRef:
name: k8dash
key: secret
nodeSelector:
'beta.kubernetes.io/os': linux
---
kind: Service

View File

@@ -25,6 +25,8 @@ spec:
port: 4654
initialDelaySeconds: 30
timeoutSeconds: 30
nodeSelector:
'beta.kubernetes.io/os': linux
---
kind: Service