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

[k8sops] Remove liveness probes from DB #286

Merged
merged 1 commit into from
Apr 26, 2021
Merged

Conversation

schallert
Copy link
Collaborator

We already use readiness probes to make sure dbnodes are bootstrapped
before taking various actions. Liveness probes are usually a good idea,
but in the case of the DB we'd rather a deadlocked node remain up so we
can debug vs. automatically killing it.

We already use readiness probes to make sure dbnodes are bootstrapped
before taking various actions. Liveness probes are usually a good idea,
but in the case of the DB we'd rather a deadlocked node remain up so we
can debug vs. automatically killing it.
@ryanhall07 ryanhall07 self-requested a review April 26, 2021 19:25
Copy link
Collaborator

@robskillington robskillington left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Apr 26, 2021

Codecov Report

Merging #286 (3db41d8) into master (5d3e770) will increase coverage by 0.66%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #286      +/-   ##
==========================================
+ Coverage   75.33%   76.00%   +0.66%     
==========================================
  Files          32       32              
  Lines        4103     2538    -1565     
==========================================
- Hits         3091     1929    -1162     
+ Misses        724      430     -294     
+ Partials      288      179     -109     

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d3e770...3db41d8. Read the comment docs.

@schallert schallert merged commit 3259a9c into master Apr 26, 2021
@schallert schallert deleted the schallert/no_liveness branch April 26, 2021 22:23
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.

4 participants