-
Hello everyone! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Strimzi 0.27 does not support Kubernetes 1.25 or higher. You have to updrade (you should have really done that before upgrading your Kubernetes cluster, but I think you should be able to upgrade it now without any major issues as well). You need at least Strimzi 0.29, but ideally you should use something much newer anyway. |
Beta Was this translation helpful? Give feedback.
-
I know but our apps depends on this critical infra, hundreds apps use kafka and we cant afford downtime when update it |
Beta Was this translation helpful? Give feedback.
For example this line: https://github.com/strimzi/strimzi-kafka-operator/blob/0.27.1/cluster-operator/src/main/java/io/strimzi/operator/cluster/operator/assembly/KafkaAssemblyOperator.java#L327 => you can just comment it out and rebuild everything. There will be also similar for ZooKeeper:
zkPodDisruptionBudget
. So that one as well.