-
Hello Team, We are looking to deploy a init container inside our Kafka cluster yaml. Here I am pasting my yamls. Please suggest a solution, or please confirm the init containers will work with kafka. We are using strimzi kafka operator version 0.27.1.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You have to follow the API => you cannot add random new fields into the custom resource. These are all the things supports for the init container template: https://strimzi.io/docs/operators/latest/full/using.html#type-ContainerTemplate-reference (so no, you cannot add your own init containers) |
Beta Was this translation helpful? Give feedback.
You have to follow the API => you cannot add random new fields into the custom resource. These are all the things supports for the init container template: https://strimzi.io/docs/operators/latest/full/using.html#type-ContainerTemplate-reference (so no, you cannot add your own init containers)