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

k8s: remove liveness probes #45751

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DuskEagle
Copy link
Member

This removes the liveness probes from our K8s configs. In #44832, we mostly
reached an agreement that the liveness probe is doing more harm than good.
There is still some disagreement about whether other failure conditions, such
as disk stalls, are better served by having CockroachDB detect them itself or
by detecting them in a separate process responsible for running the liveness
probe. Either way, that is not what the current liveness probe is doing.

The readiness probe has been left as-is for now.

Release note: None

This removes the liveness probes from our K8s configs. In cockroachdb#44832, we mostly
reached an agreement that the liveness probe is doing more harm than good.
There is still some disagreement about whether other failure conditions, such
as disk stalls, are better served by having CockroachDB detect them itself or
by detecting them in a separate process responsible for running the liveness
probe. Either way, that is not what the current liveness probe is doing.

The readiness probe has been left as-is for now.

Release note: None
@DuskEagle DuskEagle requested a review from joshimhoff March 5, 2020 15:41
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@joshimhoff joshimhoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@tbg tbg added the X-noremind Bots won't notify about PRs with X-noremind label May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
X-noremind Bots won't notify about PRs with X-noremind
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants