Replies: 3 comments 1 reply
-
Thanks for moving this to discussions. However, you will still need to share the full logs and not just some screenshots. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@scholzj ty for helping us with this. we will place the full logs into the discussion!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Attached are the logs from the operator and one of the zookeeper instances |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We configured the Strimzi operator to watch two namespaces - oper and devel. The Strimzi operation is installed into the kafka-operator namespace.
We apply the Kafka kind definition file (below) and see zookeeper start up, but no kafka instance.
We only see zookeeper pods (no kafka pods) in the watched namespace (the 'oper' namespace)
When we look at the logs of one of the zookeeper services, we see the following. Specifically, the warning of not being able to open channel followed by exception (identified as operational-zookeeper-1.operational-zookeeper-nodes.oper.svc/10.42.0.34:3888). While we see operational-zookeeper-nodes is attached to port 3888, we do not see anything with the ClusterIP of 10.42.0.34. ClusterIP for the operational-zookeeper-nodes is set to None - is that correct?
When we change replicas on zookeeper (with the Kafka kind configuration) to 1, Kafka start running, as shown below:
The following is the non-replicated YAML that currently works
What is wrong with our replicated configuration?
Beta Was this translation helpful? Give feedback.
All reactions