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

Order of readiness probe and liveness probe #60647

Closed
andyxning opened this issue Mar 1, 2018 · 3 comments
Closed

Order of readiness probe and liveness probe #60647

andyxning opened this issue Mar 1, 2018 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. sig/node Categorizes an issue or PR as relevant to SIG Node.

Comments

@andyxning
Copy link
Member

andyxning commented Mar 1, 2018

Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature

What happened:
Currently, readiness probe and liveness probe are executed concurrently. But, IMO, liveness probe may only start after readiness probe succeeds, i.e., pod has been started successfully
What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Mar 1, 2018
@andyxning
Copy link
Member Author

andyxning commented Mar 1, 2018

/sig node

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. sig/node Categorizes an issue or PR as relevant to SIG Node. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Mar 1, 2018
@DaoWen
Copy link

DaoWen commented Mar 16, 2018

This appears to be a duplicate of #27114.

@andyxning
Copy link
Member Author

Close this via above comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. sig/node Categorizes an issue or PR as relevant to SIG Node.
Projects
None yet
Development

No branches or pull requests

3 participants