Replies: 1 comment
-
You should probably start by:
Networking issues might cause the Kafka brokers to be rolled as they might lead to the brokers being considered not working. But if the cluster was redeployed, that suggests Kubernetes deleted it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
I have a Kubernetes cluster running on 10 physical servers, where the Strimzi operator is installed in the
operators
namespace using a Helm chart. Across 60 namespaces, I have deployed single Kafka brokers (KRaft) along with topic/user operators.I have noticed an issue where, during control plane overload in Kubernetes, the operator strimzi logs display connection errors to the brokers:
The operation of the Strimzi operator triggers a redeploy of Kafka brokers in such cases, which causes issues for applications relying on the Kafka broker.
Steps to reproduce
No response
Expected behavior
I would expect that in the event of network issues between the Strimzi operator and Kafka brokers, the Kafka brokers would not be redeployed.
Strimzi version
0.45.0
Kubernetes version
Kubernetes 1.29.10, Cilium 1.15.12
Installation method
Helm chart
Infrastructure
Bare-metal
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions