Skip to content

Commit eb59c8f

Browse files
authored
Merge pull request #3932 from RomanBednar/pv-phase-transition-time
set PersistentVolumeLastPhaseTransitionTime feature for alpha in v1.28
2 parents ca36b50 + f31a926 commit eb59c8f

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

keps/sig-storage/3762-persistent-volume-last-phase-transition-time/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,17 @@ This through this both in small and large cases, again with respect to the
869869
[supported limits]: https://git.k8s.io/community//sig-scalability/configs-and-limits/thresholds.md
870870
-->
871871
872+
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
873+
874+
<!--
875+
Focus not just on happy cases, but primarily on more pathological cases
876+
(e.g. probes taking a minute instead of milliseconds, failed pods consuming resources, etc.).
877+
If any of the resources can be exhausted, how this is mitigated with the existing limits
878+
(e.g. pods per node) or new limits added by this KEP?
879+
Are there any tests that were run/should be run to understand performance characteristics better
880+
and validate the declared limits?
881+
-->
882+
872883
### Troubleshooting
873884
874885
<!--

keps/sig-storage/3762-persistent-volume-last-phase-transition-time/kep.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ stage: alpha
2020
# The most recent milestone for which work toward delivery of this KEP has been
2121
# done. This can be the current (upcoming) milestone, if it is being actively
2222
# worked on.
23-
latest-milestone: "v1.27"
23+
latest-milestone: "v1.28"
2424

2525
# The milestone at which this feature was, or is targeted to be, at each stage.
2626
milestone:
27-
alpha: "v1.27"
28-
beta: "v1.28"
29-
stable: "v1.30"
27+
alpha: "v1.28"
28+
beta: "v1.29"
29+
stable: "v1.31"
3030

3131
# The following PRR answers are required at alpha release
3232
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)