Kafka connect POD takes a lot of time to get into Ready state. #9871
-
Hi I have deployed a Kafka connect cluster based on Strimzi kafka connect CR. I'm noticing that it takes more than 20 mins and sometimes close to an hour for the pod to be in ready state. Is there a way to figure out why the pod takes so much time?
As we can see above the pod get initialized at 7.20 but got into ready state at 8.10. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I guess the only suggestion one can make based on what you shared is tat you should check the logs and the configs? |
Beta Was this translation helpful? Give feedback.
Hi @scholzj , I figured out the root cause, it was due to misconfigured values for readiness probe, fixed the same and it is working fine now. Thanks for the response though !