Skip to content

Commit

Permalink
Add arch node selector for hybrid clusters (#400)
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
  • Loading branch information
jonstelly authored Jun 5, 2020
1 parent a7cb8d2 commit 9b68064
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/features/metrics/14-kube-state-metrics-deployment.yml.hb
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,19 @@ spec:
operator: In
values:
- linux
- key: kubernetes.io/arch
operator: In
values:
- amd64
- matchExpressions:
- key: beta.kubernetes.io/os
operator: In
values:
- linux
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
serviceAccountName: kube-state-metrics
containers:
- name: kube-state-metrics
Expand Down

0 comments on commit 9b68064

Please # to comment.