Skip to content

Commit ac34804

Browse files
committed
Update KEP for Beta for "Backoff Limit Per Index"
1 parent 0a6d6c8 commit ac34804

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

keps/sig-apps/3850-backoff-limits-per-index-for-indexed-jobs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
7777
- [x] (R) Production readiness review completed
7878
- [x] (R) Production readiness review approved
7979
- [x] "Implementation History" section is up-to-date for milestone
80-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
80+
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
8181
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
8282

8383
[kubernetes.io]: https://kubernetes.io/
@@ -1219,6 +1219,8 @@ Major milestones might include:
12191219
- 2023-07-13: The implementation PR [Support BackoffLimitPerIndex in Jobs #118009](https://github.com/kubernetes/kubernetes/pull/118009) under review
12201220
- 2023-07-18: Merge the API PR [Extend the Job API for BackoffLimitPerIndex](https://github.com/kubernetes/kubernetes/pull/119294)
12211221
- 2023-07-18: Merge the Job Controller PR [Support BackoffLimitPerIndex in Jobs](https://github.com/kubernetes/kubernetes/pull/118009)
1222+
- 2023-08-04: Merge user-facing docs PR [Docs update for Job's backoff limit per index (alpha in 1.28)](https://github.com/kubernetes/website/pull/41921)
1223+
- 2023-08-06: Merge KEP update reflecting decisions during the implementation phase [Update for KEP3850 "Backoff Limit Per Index"](https://github.com/kubernetes/enhancements/pull/4123)
12221224

12231225
## Drawbacks
12241226

keps/sig-apps/3850-backoff-limits-per-index-for-indexed-jobs/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stage: alpha
1919
# The most recent milestone for which work toward delivery of this KEP has been
2020
# done. This can be the current (upcoming) milestone, if it is being actively
2121
# worked on.
22-
latest-milestone: "v1.28"
22+
latest-milestone: "v1.29"
2323

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

0 commit comments

Comments
 (0)