-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
startupProbe
behaviour changed in v1.21.0
#101064
Comments
@ykulazhenkov: This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/sig node |
/assign |
Thanks for the quick fix @wzshiming |
it was fixed in master (1.22) but not for 1.21, does it need a backport? |
@neolit123: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/close never mind i just saw the backports. |
@neolit123: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
can you summarize the impacted patch releases (looks like the regression was backported to 1.18-1.20 as well) |
What happened:
We detected
startupProbe
behavior change in v1.21.0Example:
POD has
startupProbe
andlivenessProbe
for some containersBehavior in v1.20.5:
Behavior in v1.21.0:
So, in v1.21
startupProbe
is applied to "fresh" starts only and not used when container restarted.What you expected to happen:
There is not mentions in changelog that behavior of the
startupProbe
is changed.startupProbe
should run on container restarts also.How to reproduce it (as minimally and precisely as possible):
startupProbe
andlivenessProbe
livenessProbe
failstartupProbe
doesn't apply after container restartAnything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: