Skip to content

Commit a5d4695

Browse files
authored
Merge pull request kubernetes#3830 from rphillips/2238_update
KEP-2238: update pod readiness probe kep
2 parents 2aea452 + d368351 commit a5d4695

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

keps/prod-readiness/sig-node/2238.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@johnbelamaric"
44
beta:
55
approver: "@johnbelamaric"
6+
stable:
7+
approver: "@johnbelamaric"

keps/sig-node/2238-liveness-probe-grace-period/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,10 @@ resource usage (CPU, RAM, disk, IO, ...) in any components?**
540540

541541
No.
542542

543+
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
544+
545+
No. This feature improves probe behavior, and should not lead to resource exhaustion on the node.
546+
543547
### Troubleshooting
544548

545549
The Troubleshooting section currently serves the `Playbook` role. We may consider

keps/sig-node/2238-liveness-probe-grace-period/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ approvers:
1616
- "@derekwaynecarr"
1717

1818
# The target maturity stage in the current dev cycle for this KEP.
19-
stage: beta
19+
stage: stable
2020

2121
# The most recent milestone for which work toward delivery of this KEP has been
2222
# done. This can be the current (upcoming) milestone, if it is being actively
2323
# worked on.
24-
latest-milestone: "v1.25"
24+
latest-milestone: "v1.27"
2525

2626
# The milestone at which this feature was, or is targeted to be, at each stage.
2727
milestone:

0 commit comments

Comments
 (0)