Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/kafka-manager] Ensure manager job gets run on an amd64 node i…
Browse files Browse the repository at this point in the history
…n hybrid clusters (#20613)

* Ensure manager job gets run on an amd64 in hybrid clouds

- zenko/kafka-manager docker image is only available for amd64 so ensure job doesn't get scheduled on unsupported architecture

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>

* Bump chart version

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>

* Version bump

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
  • Loading branch information
jonstelly authored Mar 13, 2020
1 parent ac15812 commit 1e5928c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/kafka-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: kafka-manager
version: 2.3.0
version: 2.3.1
appVersion: 1.3.3.22
kubeVersion: "^1.8.0-0"
description: A tool for managing Apache Kafka.
Expand Down
2 changes: 2 additions & 0 deletions stable/kafka-manager/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ spec:
configMap:
name: {{ template "kafka-manager.bootstrap.fullname" . }}
defaultMode: 0744
nodeSelector:
kubernetes.io/arch: amd64
containers:
- name: {{ .Chart.Name }}-bootstrap
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
Expand Down

0 comments on commit 1e5928c

Please sign in to comment.