Skip to content

Commit

Permalink
Linux nodeselector (#856)
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Alba <[email protected]>
  • Loading branch information
paoloalba authored May 26, 2020
1 parent 0749290 commit 1c6deea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/12-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: "keda-operator"
nodeSelector:
beta.kubernetes.io/os: linux
2 changes: 2 additions & 0 deletions deploy/22-metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
volumeMounts:
- mountPath: /tmp
name: temp-vol
nodeSelector:
beta.kubernetes.io/os: linux
volumes:
- name: temp-vol
emptyDir: {}

0 comments on commit 1c6deea

Please sign in to comment.