-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
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 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 BTW: Maybe you know it - but just in case you don't. You can configure the images like this in the |
Beta Was this translation helpful? Give feedback.
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