You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/06/24 09:02:19 UTC

[GitHub] [couchdb-helm] colearendt commented on issue #90: Coordinator node regularly restarts in 3 node cluster

colearendt commented on issue #90:
URL: https://github.com/apache/couchdb-helm/issues/90#issuecomment-1165363423

   FWIW liveness probes can be tricky and have much discussion in the community (i.e. [here](https://blog.colinbreck.com/kubernetes-liveness-and-readiness-probes-how-to-avoid-shooting-yourself-in-the-foot/) and [here](https://srcco.de/posts/kubernetes-liveness-probes-are-dangerous.html)), but the one in this chart is on by default.
   
   You _can_ disable it by setting `liveness.enabled = false`: https://github.com/apache/couchdb-helm/blob/78eff8c0fc3d8524f1a5c0c27880eaf2df98a2f4/couchdb/values.yaml#L191
   
   I know little about the underlying implementation here, but it's possible that the default should be changed and `livenessProbe` should be turned off 🤷 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org