Skip to content

Commit 46408fc

Browse files
SidecarContainers is GA
1 parent 41a49ff commit 46408fc

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

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

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

keps/sig-node/753-sidecar-containers/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
182182
- [X] (R) Minimum Two Week Window for GA e2e tests to prove flake free
183183
- [X] (R) Graduation criteria is in place
184184
- [X] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
185-
- [ ] (R) Production readiness review completed
186-
- [ ] (R) Production readiness review approved
187-
- [ ] "Implementation History" section is up-to-date for milestone
188-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
189-
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
185+
- [X] (R) Production readiness review completed
186+
- [X] (R) Production readiness review approved
187+
- [X] "Implementation History" section is up-to-date for milestone
188+
- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
189+
- [X] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
190190

191191
<!--
192192
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -1808,6 +1808,7 @@ Major milestones might include:
18081808
- 2023-06-09: Target 1.28 for Alpha.
18091809
- 2023-07-08: Alpha implementation merged.
18101810
- 1.29: feature is in Beta
1811+
- 1.33: feature is graduated to Stable
18111812

18121813
## Drawbacks
18131814

keps/sig-node/753-sidecar-containers/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ owning-sig: sig-node
99
participating-sigs:
1010
- sig-scheduler
1111
- sig-apps
12-
status: implementable
12+
status: implemented
1313
creation-date: 2018-05-14
14-
last-updated: 2024-09-12
14+
last-updated: 2025-01-23
1515
reviewers:
1616
- "@mrunalp" # overall
1717
- "@ffromani" # resource management
@@ -27,12 +27,12 @@ see-also:
2727
replaces:
2828

2929
# The target maturity stage in the current dev cycle for this KEP.
30-
stage: beta
30+
stage: stable
3131

3232
# The most recent milestone for which work toward delivery of this KEP has been
3333
# done. This can be the current (upcoming) milestone, if it is being actively
3434
# worked on.
35-
latest-milestone: "v1.29"
35+
latest-milestone: "v1.33"
3636

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

0 commit comments

Comments
 (0)