Skip to content
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 readiness and liveness probes #25

Merged
merged 2 commits into from
Dec 2, 2019

Conversation

ricoberger
Copy link
Owner

The error in issue #22 was caused by the readiness and liveness probes. These probes checks the /healthz endpoint of the CR metrics endpoint which isn't available in the case of the described error.

Now we are starting another HTTP server which implements more useful readiness and liveness endpoints. This should fix #22.

@ricoberger ricoberger merged commit 70ff566 into master Dec 2, 2019
@ricoberger ricoberger deleted the fix-readiness-and-liveness-probes branch December 2, 2019 20:39
@dclark
Copy link

dclark commented Dec 2, 2019

Thank you for the updates. I was going to raise this issue as the /healthz issue when the replicaCount was raised to greater than 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pod crashlooping when an apiservice is unavailable
2 participants