File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
spec :
9
9
initContainers :
10
10
- name : cruise-control-reporter
11
- image : solsson/kafka-cruise-control-jar @sha256:20a26ae1fab5d63592143093e460d06c4d8f1bef666d592b6393a3b41e3743e8
11
+ image : solsson/kafka-cruise-control@sha256:af4af35cd1c44b2256e96246a98350ff3e53f64a3061de1a5b0c2a2e9f8e2d8c
12
12
command :
13
13
- /bin/sh
14
14
- -cex
15
15
- |
16
- cp -v /cruise-control-metrics-reporter.jar /opt/kafka/libs/extensions/cruise-control-metrics-reporter.jar
16
+ cp -v /opt/cruise-control/cruise-control/build/dependant-libs/ cruise-control-metrics-reporter.jar /opt/kafka/libs/extensions/cruise-control-metrics-reporter.jar
17
17
echo -e "\n\nmetric.reporters = com.linkedin.kafka.cruisecontrol.metricsreporter.CruiseControlMetricsReporter" | tee -a /etc/kafka/server.properties
18
18
volumeMounts :
19
19
- name : config
Original file line number Diff line number Diff line change 27
27
mountPath : /opt/cruise-control/config
28
28
containers :
29
29
- name : cruise-control
30
- image : pdouble16 /kafka-cruise-control-docker:2.0.17 @sha256:2bf22a47a928689b94f0771cee4be557dff35948269d31a348bc1e3055ea2336
30
+ image : solsson /kafka-cruise-control@sha256:af4af35cd1c44b2256e96246a98350ff3e53f64a3061de1a5b0c2a2e9f8e2d8c
31
31
imagePullPolicy : IfNotPresent
32
32
ports :
33
33
- name : api
You can’t perform that action at this time.
0 commit comments