-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Added readiness probe for Router #5916
Added readiness probe for Router #5916
Conversation
Use the same endpoint as for liveness probes. Signed-off-by: Michal Minar <[email protected]>
@Kargakis could you please take a look? |
LGTM cc: @pweil- |
We should use the new cc @ramr - we landed on this always being available, right? |
Fall back to tcp socket action if stats port is unset. Signed-off-by: Michal Minar <[email protected]>
@pweil- thanks for pointing that out. I've just switched to this route in both liveness and readiness probes. |
cc: @smarterclayton |
I think @ramr had to make it always available still - or Ben was going to do it? |
@pweil- @smarterclayton yeah was going to the |
Thanks, LGTM [merge] |
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to 595572a |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/7226/) |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/4055/) (Image: devenv-rhel7_2741) |
#5937 flake re[merge] |
Evaluated for origin merge up to 595572a |
Merged by openshift-bot
Uses the same endpoint as liveness probe does.
Partially addresses #5900
Signed-off-by: Michal Minar [email protected]