You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
The process of readiness probe isn't fully clear within the docs. Specifically the behaviour regarding initial checks of the readiness:
failureThreshold: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
Proposed Solution:
The failure threshold isn't limited to having succeed at least once. When the pod starts, if the readiness fails, K8S will try failureThreshold times before giving up and restarting the pod.
Generally speaking about probes, having a little sequence diagram explaining the lifecycle of all would be perfect I believe.
Page to Update:
k8s.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/
The text was updated successfully, but these errors were encountered:
This is a...
Problem:
The process of readiness probe isn't fully clear within the docs. Specifically the behaviour regarding initial checks of the readiness:
Proposed Solution:
The failure threshold isn't limited to having succeed at least once. When the pod starts, if the readiness fails, K8S will try failureThreshold times before giving up and restarting the pod.
Generally speaking about probes, having a little sequence diagram explaining the lifecycle of all would be perfect I believe.
Page to Update:
k8s.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/
The text was updated successfully, but these errors were encountered: