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

Issue with k8s.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/ #5580

Closed
1 of 3 tasks
YouriT opened this issue Sep 22, 2017 · 1 comment
Closed
1 of 3 tasks
Assignees

Comments

@YouriT
Copy link

YouriT commented Sep 22, 2017

This is a...

  • Documentation improvement suggestion
  • Feature Request
  • Bug Report

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/

@heckj heckj added P2 labels Oct 4, 2017
@tengqm
Copy link
Contributor

tengqm commented Oct 19, 2017

/assign

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

No branches or pull requests

3 participants