enhancements: Add pod-startup liveness-probe holdoff for slow-starting pods
Enhancement Description
- One-line enhancement description (can be used as a release note): adds
initializationFailureThresholdto probes allowing a greater number of failures during the initial start of the container. - Kubernetes Enhancement Proposal: 20190221-livenessprobe-holdoff
- Primary contact (assignee): @matthyx
- Responsible SIGs: @kubernetes/sig-node-api-reviews
- Enhancement target (which target equals to which milestone):
- Alpha release target (x.y) v1.16
- Beta release target (x.y) v1.18
- Stable release target (x.y) v1.20
- Documentation PR: https://github.com/kubernetes/website/pull/23332
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 6
- Comments: 73 (70 by maintainers)
sure!
@matthyx you are right. I just learnt about the process. Sorry for the confusion.
Thanks @annajung !
Sure.
/milestone v1.20
Thanks @palnabarun, I will eventually graduate it to stable for 1.20 depending on the feedback from beta.
@matthyx - I am not super familiar with godoc comments updating k/website. My understanding is that a PR needs to be manually created against the 1.18-dev branch. I will confirm and get back to you. Thanks!
Hi Satya,
I will do a PR on the 1.16 branch for the doc… sorry for the delay.
Matthias
On Tue, Aug 6, 2019 at 3:11 PM Damini Satya notifications@github.com wrote:
Ok, let’s give up on 1.15 Good luck with the other remaining PRs
@kacole2 the feature is implemented in this PR: https://github.com/kubernetes/kubernetes/pull/71449