Add terminationGracePeriodSeconds support to user and sidecar container probes (#15823)#16255
Conversation
|
Hi @flomedja. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16255 +/- ##
==========================================
- Coverage 80.09% 80.06% -0.03%
==========================================
Files 215 215
Lines 13361 13362 +1
==========================================
- Hits 10701 10698 -3
- Misses 2300 2304 +4
Partials 360 360 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
07930a5 to
ebeeacb
Compare
|
/retest |
|
/ok-to-test |
| ProbeHandler: corev1.ProbeHandler{ | ||
| HTTPGet: &corev1.HTTPGetAction{ | ||
| Path: "/", | ||
| tests := []containerValidationTestCase{ |
There was a problem hiding this comment.
Can we revert the formatting to how it was - it will make the diff simpler
ebeeacb to
403a8ad
Compare
403a8ad to
ca88913
Compare
ca88913 to
f4bb5a1
Compare
f4bb5a1 to
3ee3f3a
Compare
|
/retest |
|
/lgtm thanks for the change |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, flomedja The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
Fixes #
#15823
Proposed Changes
Add
terminationGracePeriodSecondsin the probe Mask used for the container probes. This will allw it to be configurable for the container probes. I add the issue #16256 to validate the the startup probes for user and sidecar containers.Release Note