Topic Operator and User Operator Fail with 1 replica but work with 3 replicas #5315
-
Description/How to Reproduce I started up a Kafka cluster with 3 replicas each of Kafka and Zookeeper. Everything worked fine. I then deleted this cluster and then recreated it with 1 replica each of Kafka and Zookeeper. I then got errors in Topic Operator. I kept trying to restart the cluster but kept getting the same errors. Then I recreated the 3-replica cluster, and everything worked. Tried 1-replica again right after, it failed. Recreated 3-replica cluster, it worked. During the whole period of trying this out, I uninstalled and reinstalled Strimzi twice (according to Quickstart) but this did not change anything for the 1-replica cluster. After the second reinstall, I tried the 1-replica cluster and proceeded to get both the Topic Operator error and an error in User Operator. (I have already seen 1030 and 1050). I also deleted all kafka-log* directories to clear things but it did not help. I am wondering if there is anywhere else I should look in case there is anything stale I have to delete, if that might be the issue? Errors User Operator: Environment:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It is hard to say from some short log snippets. The User Operator error means that it cannot connect to the Kubernetes API server. Not sure about the Topic Operator - that message on its own doesn't mean much. |
Beta Was this translation helpful? Give feedback.
It is hard to say from some short log snippets. The User Operator error means that it cannot connect to the Kubernetes API server. Not sure about the Topic Operator - that message on its own doesn't mean much.