Liveness and Readiness probe failed / failing. #10145
Replies: 3 comments 2 replies
-
I think you should start by configuring some reasonable resource and memory requests for all the nodes -> that way we will know for sure what amount of resources they have and if that can be an issue or not. I do not know what you use your Kafka cluster for, but for development and testing locally, I normally give it something like: resources:
requests:
memory: 2Gi
cpu: 500m
limits:
memory: 2Gi
cpu: "1" which might be a good start. |
Beta Was this translation helpful? Give feedback.
-
Updated to strimzi-kafka-operator-0.41.0 - same issue. |
Beta Was this translation helpful? Give feedback.
-
Problem disappeared and I didn't manage to reproduce it on different clusters. |
Beta Was this translation helpful? Give feedback.
-
After migration to KRaft mode:
strimzi-kafka-operator-0.40.0
I experience failing probes (liveness and readiness) on both controller and broker nodes.
Can't find anything helpful in logs, very few WARNs usually just after start of the node, then any logs even when status is reported as unhealthy due to failing probes.
I've tried extending timeout, which is currently at:
Cluster is running on 3 controller nodes and 5 broker nodes:
CPU & memory usage:
Beta Was this translation helpful? Give feedback.
All reactions