mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-05-01 21:36:34 +00:00
ensure k8dash scheduled on linux nodes
This commit is contained in:
@@ -25,6 +25,8 @@ spec:
|
||||
port: 4654
|
||||
initialDelaySeconds: 30
|
||||
timeoutSeconds: 30
|
||||
nodeSelector:
|
||||
'beta.kubernetes.io/os': linux
|
||||
|
||||
---
|
||||
kind: Service
|
||||
|
||||
@@ -41,6 +41,8 @@ spec:
|
||||
secretKeyRef:
|
||||
name: k8dash
|
||||
key: secret
|
||||
nodeSelector:
|
||||
'beta.kubernetes.io/os': linux
|
||||
|
||||
---
|
||||
kind: Service
|
||||
|
||||
@@ -25,6 +25,8 @@ spec:
|
||||
port: 4654
|
||||
initialDelaySeconds: 30
|
||||
timeoutSeconds: 30
|
||||
nodeSelector:
|
||||
'beta.kubernetes.io/os': linux
|
||||
|
||||
---
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user