-
Hi, I want to run Strimzi on an Openshift cluster. The cluster requires a resources quota for each container. The deployment of Strimzi kafka fails due to the missing quota for the tls-sidecar container. Is it possible to define the resources of the tls-sidecar in kafka operator deployment file? Thanks a lot |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In general, you can configure the sidecar resources in the custom resource: https://strimzi.io/docs/operators/latest/full/using.html#type-TlsSidecar-reference ... the TLS sidecar is required to secure ZooKeeper access. The TLS sidecar is not used anymore in Kafka or ZooKeeper pods ... so you might need to go tot he right version of the docs depending on what Strimzi version you use. |
Beta Was this translation helpful? Give feedback.
In general, you can configure the sidecar resources in the custom resource: https://strimzi.io/docs/operators/latest/full/using.html#type-TlsSidecar-reference ... the TLS sidecar is required to secure ZooKeeper access. The TLS sidecar is not used anymore in Kafka or ZooKeeper pods ... so you might need to go tot he right version of the docs depending on what Strimzi version you use.