File tree Expand file tree Collapse file tree 4 files changed +10
-22
lines changed Expand file tree Collapse file tree 4 files changed +10
-22
lines changed Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
- name : topic-create
11
- image : solsson/kafka-cli@sha256:9fa3306e9f5d18283d10e01f7c115d8321eedc682f262aff784bd0126e1f2221
11
+ image : solsson/kafka:native -cli@sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
12
12
command :
13
13
- ./bin/kafka-topics.sh
14
14
- --zookeeper
17
17
- --if-not-exists
18
18
- --topic
19
19
- __CruiseControlMetrics
20
- - --partitions
21
- - ' 12'
22
- - --replication-factor
23
- - ' 3'
24
20
resources :
25
21
limits :
26
22
cpu : 100m
Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
- name : topic-create
11
- image : solsson/kafka:2.1.0 @sha256:ac3f06d87d45c7be727863f31e79fbfdcb9c610b51ba9cf03c75a95d602f15e1
11
+ image : solsson/kafka:native-cli @sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
12
12
command :
13
13
- ./bin/kafka-topics.sh
14
14
- --zookeeper
17
17
- --if-not-exists
18
18
- --topic
19
19
- ops.kube-events.stream.json
20
- - --partitions
21
- - " 12"
22
- - --replication-factor
23
- - " 2"
24
20
resources :
25
21
limits :
26
- cpu : 200m
27
- memory : 100Mi
22
+ cpu : 100m
23
+ memory : 20Mi
28
24
restartPolicy : Never
Original file line number Diff line number Diff line change 72
72
spec :
73
73
containers :
74
74
- name : topic-create
75
- image : solsson/kafka-cli@sha256:9fa3306e9f5d18283d10e01f7c115d8321eedc682f262aff784bd0126e1f2221
75
+ image : solsson/kafka:native -cli@sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
76
76
command :
77
77
- ./bin/kafka-topics.sh
78
78
- --zookeeper
83
83
- test-kafkacat
84
84
resources :
85
85
limits :
86
- cpu : 200m
87
- memory : 100Mi
86
+ cpu : 100m
87
+ memory : 20Mi
88
88
restartPolicy : Never
89
89
---
90
90
apiVersion : apps/v1
Original file line number Diff line number Diff line change 55
55
spec :
56
56
containers :
57
57
- name : topic-create
58
- image : solsson/kafka-cli@sha256:9fa3306e9f5d18283d10e01f7c115d8321eedc682f262aff784bd0126e1f2221
58
+ image : solsson/kafka:native -cli@sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
59
59
command :
60
60
- ./bin/kafka-topics.sh
61
61
- --zookeeper
@@ -64,14 +64,10 @@ spec:
64
64
- --if-not-exists
65
65
- --topic
66
66
- test-produce-consume
67
- - --partitions
68
- - " 3"
69
- - --replication-factor
70
- - " 2"
71
67
resources :
72
68
limits :
73
- cpu : 200m
74
- memory : 100Mi
69
+ cpu : 100m
70
+ memory : 20Mi
75
71
restartPolicy : Never
76
72
---
77
73
apiVersion : apps/v1
You can’t perform that action at this time.
0 commit comments