Skip to content

Commit ee3a716

Browse files
committed
Graduate TTL after finish to stable
Incorporating feedback
1 parent 3317d4c commit ee3a716

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

keps/prod-readiness/sig-apps/592.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 592
22
beta:
33
approver: "@wojtek-t"
4+
stable:
5+
approver: "@wojtek-t"

keps/sig-apps/592-ttl-after-finish/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Mitigations:
237237

238238
### Beta -> GA
239239

240-
- Make a decision on wehther or not the feature should be extended to pods
240+
- TTL controller will be GA'ed without handling pods. The ability to extend TTL controller to work with pods can be introduced via a feature gate so that we can collect feedback and improve.
241241
- Enabled in Beta for at least two releases without complaints
242242

243243
[umbrella issues]: https://github.com/kubernetes/kubernetes/issues/42752
@@ -427,3 +427,6 @@ When a Pod is created or updated:
427427
- indicate that the feature will be graduated for Jobs, and that Pods will be done as future work under a separate flag
428428
- add production readiness questionnaire
429429
- mark the feature for Beta graduation for jobs.
430+
- 2021-07-27: KEP updated to
431+
- indicate that the feature will be graduated to stable for Jobs
432+
- Pods will be done as future work if the need arises

keps/sig-apps/592-ttl-after-finish/kep.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kep-number: 592
33
authors:
44
- "@janetkuo"
55
- "@ahg-g"
6+
- "@sahilvv"
67
owning-sig: sig-apps
78
participating-sigs:
89
- sig-api-machinery
@@ -23,12 +24,12 @@ superseded-by:
2324
- n/a
2425

2526
# The target maturity stage in the current dev cycle for this KEP.
26-
stage: beta
27+
stage: stable
2728

2829
# The most recent milestone for which work toward delivery of this KEP has been
2930
# done. This can be the current (upcoming) milestone, if it is being actively
3031
# worked on.
31-
latest-milestone: "v1.21"
32+
latest-milestone: "v1.23"
3233

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

0 commit comments

Comments
 (0)