Skip to content

Use custom Kafka docker image #5980

Answered by scholzj
ThePoipoi asked this question in Q&A
Dec 2, 2021 · 1 comments · 7 replies
Discussion options

You must be logged in to vote

The User and Topic operators are not using the Kafka images but the Operator images. So you are IMHO configuring it right, just to a bad value => you should use something like antoine/operator:0.25.0 for example.

Since you use node port listener, there will be also an init container being used => that might be one of the things pulling the Strimzi image. You should be able to configure it using the brokerRackInitImage option: https://strimzi.io/docs/operators/latest/full/using.html#property-kafka-brokerRackInitImage-reference ... again, this should be the operator and not the Kafka image.

BTW: Maybe you know it - but just in case you don't. You can configure the images like this in the Kafka

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@ThePoipoi
Comment options

@ThePoipoi
Comment options

@scholzj
Comment options

@ThePoipoi
Comment options

@scholzj
Comment options

Answer selected by ThePoipoi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants