Skip to content

Commit 4207d20

Browse files
committed
Merge branch 'master' into nonroot-entrypoints
2 parents 7e0f456 + 3a47f11 commit 4207d20

File tree

14 files changed

+24
-33
lines changed

14 files changed

+24
-33
lines changed

avro-tools/test/rest-curl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
spec:
115115
containers:
116116
- name: topic-create
117-
image: solsson/kafka:2.4.0@sha256:201a1c7fd378405b6b1bfd801127c8a530ed7a971282bfcee4ec731bc0c50ad2
117+
image: solsson/kafka:2.4.1@sha256:79761e15919b4fe9857ec00313c9df799918ad0340b684c0163ab7035907bb5a
118118
command:
119119
- ./bin/kafka-topics.sh
120120
- --zookeeper

consumers-prometheus/kafka-minion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
containers:
2222
- name: kafka-minion
23-
image: solsson/kafka-consumers-prometheus@sha256:b5f5b8672397f94379a5a3e8b4bf41cf12b64ff1c4fc7f84684edca4beb37c16
23+
image: solsson/kafka-consumers-prometheus@sha256:4fb3e8bd5e70f14cbb9168d3259f7a7b601a1cf9af29f88ad239bc5d7e43ee30
2424
env:
2525
- name: TELEMETRY_HOST
2626
value: 0.0.0.0

cruise-control/topic-create.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: topic-create
11-
image: solsson/kafka-cli@sha256:9fa3306e9f5d18283d10e01f7c115d8321eedc682f262aff784bd0126e1f2221
11+
image: solsson/kafka:native-cli@sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
1212
command:
1313
- ./bin/kafka-topics.sh
1414
- --zookeeper
@@ -17,10 +17,6 @@ spec:
1717
- --if-not-exists
1818
- --topic
1919
- __CruiseControlMetrics
20-
- --partitions
21-
- '12'
22-
- --replication-factor
23-
- '3'
2420
resources:
2521
limits:
2622
cpu: 100m

events-kube/topic-create.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: topic-create
11-
image: solsson/kafka:2.1.0@sha256:ac3f06d87d45c7be727863f31e79fbfdcb9c610b51ba9cf03c75a95d602f15e1
11+
image: solsson/kafka:native-cli@sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
1212
command:
1313
- ./bin/kafka-topics.sh
1414
- --zookeeper
@@ -17,12 +17,8 @@ spec:
1717
- --if-not-exists
1818
- --topic
1919
- ops.kube-events.stream.json
20-
- --partitions
21-
- "12"
22-
- --replication-factor
23-
- "2"
2420
resources:
2521
limits:
26-
cpu: 200m
27-
memory: 100Mi
22+
cpu: 100m
23+
memory: 20Mi
2824
restartPolicy: Never

kafka/50kafka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
mountPath: /opt/kafka/libs/extensions
4646
containers:
4747
- name: broker
48-
image: solsson/kafka:2.4.0@sha256:201a1c7fd378405b6b1bfd801127c8a530ed7a971282bfcee4ec731bc0c50ad2
48+
image: solsson/kafka:2.4.1@sha256:79761e15919b4fe9857ec00313c9df799918ad0340b684c0163ab7035907bb5a
4949
env:
5050
- name: POD_NAME
5151
valueFrom:

kafka/test/kafkacat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
spec:
7373
containers:
7474
- name: topic-create
75-
image: solsson/kafka-cli@sha256:9fa3306e9f5d18283d10e01f7c115d8321eedc682f262aff784bd0126e1f2221
75+
image: solsson/kafka:native-cli@sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
7676
command:
7777
- ./bin/kafka-topics.sh
7878
- --zookeeper
@@ -83,8 +83,8 @@ spec:
8383
- test-kafkacat
8484
resources:
8585
limits:
86-
cpu: 200m
87-
memory: 100Mi
86+
cpu: 100m
87+
memory: 20Mi
8888
restartPolicy: Never
8989
---
9090
apiVersion: apps/v1

kafka/test/produce-consume.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
spec:
5656
containers:
5757
- name: topic-create
58-
image: solsson/kafka-cli@sha256:9fa3306e9f5d18283d10e01f7c115d8321eedc682f262aff784bd0126e1f2221
58+
image: solsson/kafka:native-cli@sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
5959
command:
6060
- ./bin/kafka-topics.sh
6161
- --zookeeper
@@ -64,14 +64,10 @@ spec:
6464
- --if-not-exists
6565
- --topic
6666
- test-produce-consume
67-
- --partitions
68-
- "3"
69-
- --replication-factor
70-
- "2"
7167
resources:
7268
limits:
73-
cpu: 200m
74-
memory: 100Mi
69+
cpu: 100m
70+
memory: 20Mi
7571
restartPolicy: Never
7672
---
7773
apiVersion: apps/v1
@@ -99,7 +95,7 @@ spec:
9995
spec:
10096
containers:
10197
- name: producer
102-
image: solsson/kafka:2.4.0@sha256:201a1c7fd378405b6b1bfd801127c8a530ed7a971282bfcee4ec731bc0c50ad2
98+
image: solsson/kafka:2.4.1@sha256:79761e15919b4fe9857ec00313c9df799918ad0340b684c0163ab7035907bb5a
10399
env:
104100
- name: BOOTSTRAP
105101
value: bootstrap.kafka:9092
@@ -127,7 +123,7 @@ spec:
127123
- name: shared
128124
mountPath: /shared
129125
- name: consumer
130-
image: solsson/kafka:2.4.0@sha256:201a1c7fd378405b6b1bfd801127c8a530ed7a971282bfcee4ec731bc0c50ad2
126+
image: solsson/kafka:2.4.1@sha256:79761e15919b4fe9857ec00313c9df799918ad0340b684c0163ab7035907bb5a
131127
env:
132128
- name: BOOTSTRAP
133129
value: bootstrap.kafka:9092

maintenance/preferred-replica-election-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: kafka
13-
image: solsson/kafka:2.4.0@sha256:201a1c7fd378405b6b1bfd801127c8a530ed7a971282bfcee4ec731bc0c50ad2
13+
image: solsson/kafka:2.4.1@sha256:79761e15919b4fe9857ec00313c9df799918ad0340b684c0163ab7035907bb5a
1414
command:
1515
- ./bin/kafka-preferred-replica-election.sh
1616
- --zookeeper

maintenance/reassign-paritions-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: kafka
13-
image: solsson/kafka:2.4.0@sha256:201a1c7fd378405b6b1bfd801127c8a530ed7a971282bfcee4ec731bc0c50ad2
13+
image: solsson/kafka:2.4.1@sha256:79761e15919b4fe9857ec00313c9df799918ad0340b684c0163ab7035907bb5a
1414
env:
1515
- name: ZOOKEEPER
1616
value: zookeeper.kafka:2181

maintenance/replication-factor-increase-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: kafka
13-
image: solsson/kafka:2.4.0@sha256:201a1c7fd378405b6b1bfd801127c8a530ed7a971282bfcee4ec731bc0c50ad2
13+
image: solsson/kafka:2.4.1@sha256:79761e15919b4fe9857ec00313c9df799918ad0340b684c0163ab7035907bb5a
1414
env:
1515
- name: ZOOKEEPER
1616
value: zookeeper.kafka:2181

maintenance/test/replicated-partitions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: kafka
20-
image: solsson/kafka:2.4.0@sha256:201a1c7fd378405b6b1bfd801127c8a530ed7a971282bfcee4ec731bc0c50ad2
20+
image: solsson/kafka:2.4.1@sha256:79761e15919b4fe9857ec00313c9df799918ad0340b684c0163ab7035907bb5a
2121
command:
2222
- /bin/bash
2323
- -ec

yahoo-kafka-manager/Kustomization

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resources:
2+
- kafka-manager-service.yml
3+
- kafka-manager.yml

zookeeper/50pzoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
mountPath: /var/lib/zookeeper
4040
containers:
4141
- name: zookeeper
42-
image: solsson/kafka:2.4.0@sha256:201a1c7fd378405b6b1bfd801127c8a530ed7a971282bfcee4ec731bc0c50ad2
42+
image: solsson/kafka:2.4.1@sha256:79761e15919b4fe9857ec00313c9df799918ad0340b684c0163ab7035907bb5a
4343
env:
4444
- name: POD_NAME
4545
valueFrom:

zookeeper/51zoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
mountPath: /var/lib/zookeeper
4242
containers:
4343
- name: zookeeper
44-
image: solsson/kafka:2.4.0@sha256:201a1c7fd378405b6b1bfd801127c8a530ed7a971282bfcee4ec731bc0c50ad2
44+
image: solsson/kafka:2.4.1@sha256:79761e15919b4fe9857ec00313c9df799918ad0340b684c0163ab7035907bb5a
4545
env:
4646
- name: POD_NAME
4747
valueFrom:

0 commit comments

Comments
 (0)