how to extend timeout for readiness probe #10033
Replies: 3 comments
-
Did you checked the documentation? It for sure covers configuring the
probes.
…On Mon, Apr 29, 2024, 11:57 Mahdi ***@***.***> wrote:
Hi Team, I can see that the readiness probe timeout configuration has been
set to 5 seconds by default for Kafka pods (ProbeUtils.java)
image.png (view on web)
<https://github.com/strimzi/strimzi-kafka-operator/assets/47779657/5c7cd31b-b2d9-4b05-8bd1-aeaaea0ac1f8>
and defined here for Kafka (KafkaCluster.java)
image.png (view on web)
<https://github.com/strimzi/strimzi-kafka-operator/assets/47779657/d32c99c1-5a31-4f1e-80ff-fd509e8cae34>
How can I modify this timeout setting to increase it?
—
Reply to this email directly, view it on GitHub
<#10033>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLFOR7C6SAKRH2NSHH27ZTY7YKQXAVCNFSM6AAAAABG6ABLP2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGU4DAMJXGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your reply. from the documentation, I can see it's possible to set this configuration when deploying a cluster but is there any way to make it cluster-wide and change it by default without setting it for each specific deployment? |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, you configure this in the custom resources.
…On Mon, Apr 29, 2024, 12:27 Mahdi ***@***.***> wrote:
Thanks for your reply.
from the documentation
<https://strimzi.io/docs/operators/in-development/deploying#con-config-kafka-str>,
I can see it's possible to set this configuration when deploying a cluster
image.png (view on web)
<https://github.com/strimzi/strimzi-kafka-operator/assets/47779657/0592522b-6d6d-465a-b52f-da33b604d6e0>
but is there any way to make it cluster-wide and change it by default
without setting it for each specific deployment?
—
Reply to this email directly, view it on GitHub
<#10033 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLFOR6374RYW4K2XGDCKVDY7YOBHAVCNFSM6AAAAABG6ABLP2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TENRRGE2DS>
.
You are receiving this because you commented.Message ID:
<strimzi/strimzi-kafka-operator/repo-discussions/10033/comments/9261149@
github.com>
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team, I can see that the readiness probe timeout configuration has been set to 5 seconds by default for Kafka pods (ProbeUtils.java)
and defined here for Kafka (KafkaCluster.java)
How can I modify this timeout setting to increase it?
Beta Was this translation helpful? Give feedback.
All reactions