-
Notifications
You must be signed in to change notification settings - Fork 78
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
Support for Kubernetes liveness and readiness probes #66
Comments
molepigeon
added a commit
that referenced
this issue
Apr 24, 2020
Implemented as separate checks in case we want to do something different later on. #66
molepigeon
added a commit
that referenced
this issue
Apr 24, 2020
Implemented as separate checks in case we want to do something different later on. #66 Signed-off-by: Michael Hough <michaelh@uk.ibm.com>
sjhx
added a commit
that referenced
this issue
May 17, 2020
Implemented as separate checks in case we want to do something different later on. #66 Signed-off-by: Michael Hough <michaelh@uk.ibm.com> Co-authored-by: Stuart Hayton <sjhx@users.noreply.github.com>
basic probes are not supported |
tim-gp
pushed a commit
to tim-gp/portieris
that referenced
this issue
Oct 1, 2020
Implemented as separate checks in case we want to do something different later on. IBM#66 Signed-off-by: Michael Hough <michaelh@uk.ibm.com> Co-authored-by: Stuart Hayton <sjhx@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What commit ID of Portieris did you experience the problem with?
939c65b - 0.5.2
What went wrong?
No support for Kubernetes liveness and readiness probes. Its possible to use a https post to
/admit
but it throws errors in the logs.What should have happened differently?
A proper REST API should be provided for health and readiness checks.
How can it be reproduced?
Any other relevant information
The text was updated successfully, but these errors were encountered: