Replies: 3 comments 2 replies
-
Hi @yanmxa, your Kafka CR doesn't look quite right. For example you have Here's an example of a valid KRaft cluster: https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/kafka/kraft/kafka-single-node.yaml |
Beta Was this translation helpful? Give feedback.
-
It is not really clear where you get the error. If you get it when trying to create/update the resource in Kubernetes, it sounds like you did not update the CRDs. |
Beta Was this translation helpful? Give feedback.
-
When I attempt to update the PR, I encounter the above error. Thanks @katheris and @scholzj!
|
Beta Was this translation helpful? Give feedback.
-
Description
When attempting to update the Kafka cluster, the following error occurs:
Configuration Details
The Kafka resource configuration is as follows:
Problem
Although the KRaft mode is enabled in the configuration, the system raises an error related to missing Zookeeper settings (
spec.zookeeper.replicas
andspec.zookeeper.storage
), which should not be required in KRaft mode.Request
Please investigate why Zookeeper configuration is still required when KRaft mode is enabled, or advise on any additional configuration needed to suppress these requirements in KRaft mode.
Steps to reproduce
No response
Expected behavior
With
strimzi.io/kraft: enabled
annotation, Zookeeper configuration should not be mandatory, as KRaft mode removes the need for Zookeeper.Strimzi version
0.41.0
Kubernetes version
KinD cluster kubernetes version: v1.23.0
Installation method
No response
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions