-
Notifications
You must be signed in to change notification settings - Fork 551
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
fix(grpc): Add startupProbe to check for grpc health readiness #2791
fix(grpc): Add startupProbe to check for grpc health readiness #2791
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dinhxuanvu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Currently, liveness and readiness probes may fail due to grpc is not ready. Adding a startupProbe will ensure grpc is ready before liveness and readiness probes are triggered. Signed-off-by: Vu Dinh <[email protected]>
/lgtm |
Several technical options were discussed to attempt to resolve this issue:
3 was the fastest to implement while we continue to work through the problem domain to see if further effort is needed to either resolve some additional problem or simplify the catalog release issues which might arise from the selected approach. |
Just in case anyone is landing here, looking for what happened next, the direction is here |
@grokspawn I see this fix was after the latest release v0.21.2. Is there a way to install olm with this fix now? Do we have to wait until operator-framework/operator-registry#977 to be merged for this to work? Or, is there a page for users to check when the next release is scheduled? 🙏 |
We will release a new version of OLM soon. Sometime this week I believe. Stay tuned. |
Currently, liveness and readiness probes may fail due to grpc is not
ready. Adding a startupProbe will ensure grpc is ready before
liveness and readiness probes are triggered.
Signed-off-by: Vu Dinh [email protected]
Description of the change:
Motivation for the change:
Architectural changes:
Testing remarks:
Reviewer Checklist
/doc
[FLAKE]
are truly flaky and have an issue