New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core: increase liveness probe timeout to 2s #10460
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the user overrides the liveness probe settings, this timeout can still be overridden, right?
I'll test and update but I think we should be able to override. |
we have noticed multiple failures because of the probe failing, most of the time it's due to fewer resources. But increasing timeout fixes that, so increasing the probe timeout to 2s from default 1s so that it will give more time to probe before failing. Signed-off-by: subhamkrai <srai@redhat.com>
dd45c36
to
62f0fb2
Compare
I changed the mon deployment with timeout |
|
I think with the above observation, it will be problematic because somehow the operator restarts then it will bring the timeout to |
This certainly sounds unexpected. You're sure all you did was restart the operator? How about trying a few variations to narrow down the repro:
At each step, see if the timeout is expected. It sounds like you already ran the first two steps. How about the other steps? |
question: after step 2, you said creating a new cluster means deleting the cluster.yaml file and creating again? |
Per offline discussion, sounds like our confusion was about updating the cluster CR instead of editing the deployment manually. Sounds like the behavior was expected since the deployment was modified manually. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me after the last discussion right?
Agreed, will go ahead with it. |
core: increase liveness probe timeout to 2s (backport #10460)
we have noticed multiple failures because of the probe
failing, most of the time it's due to fewer resources.
But increasing timeout fixes that, so increasing the
probe timeout to 2s from default 1s so that it will
give more time to probe before failing.
Signed-off-by: subhamkrai srai@redhat.com
Description of your changes:
Which issue is resolved by this Pull Request:
Resolves #
Checklist:
skip-cion the PR.