Replies: 2 comments 29 replies
-
This looks like it might be related to the new ZooKeeper version used by KAfka 3.5 which seems to be a lot more sensitive to the quality of your Kubernetes DNS. CC @ppatierno |
Beta Was this translation helpful? Give feedback.
-
For the record, I've opened a JIRA issue in Zookeeper's project. I believe there is a bug there, but need zookeeper's expert to identify it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On a fresh deployment of the strimzi-kafka-operator and kafka the zookeerper pods log the following.
This seems to block the rest of the kafka deployment, only zookeeper pods were created.
We've deployed to the
kafka
namespace, and the service has the namedev-dev2-zookeeper-nodes
.Our deployment steps;
0. Make sure no existing kafka configuration is present, delete
kafka
namespace0.36.0
of the operator chart tokafka
namespace3.5.0
of kafkaOperator Helm chart; 0.36.0
Kubernetes; 1.26
Do we need to supply different values/configuration for the deployment of
3.5.0
? What could be going wrong here?Beta Was this translation helpful? Give feedback.
All reactions