Replies: 1 comment 6 replies
-
Can you please format the custom resource you shared as code so that it is readable? Also, you will probably need to provide some logs. |
Beta Was this translation helpful? Give feedback.
6 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Please use this to only for bug reports. For questions or when you need help, you can use the GitHub Discussions, our #strimzi Slack channel or out user mailing list.
Describe the bug
After updating chart from version 0.22.1 to 0.26.0 zookeper cluster failing to start. Operator runs 1 replica of Zookeeper and it never goes green. Scaling zookeeper statefulset to 3 helps.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
strimzi-cluster-operator should scale Zookeeper to 3 nodes and kafka to 3 after Zookeeper is up. When setting zookeeper to 1 node it starts fine
Environment (please complete the following information):
YAML files and logs
Attach or copy paste the custom resources you used to deploy the Kafka cluster and the relevant YAMLs created by the Cluster Operator.
Attach or copy and paste also the relevant logs.
To easily collect all YAMLs and logs, you can use our report script which will automatically collect all files and prepare a ZIP archive which can be easily attached to this issue.
The usage of this script is:
./report.sh [--namespace <string>] [--cluster <string>]
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions