Skip to content

Commit 3d0f82d

Browse files
authored
Merge pull request kubernetes#2475 from mrunalp/update_cri_kep
Update CRI kep with latest status
2 parents 919483c + 451f278 commit 3d0f82d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 2040
2+
beta:
3+
approver: "@deads2k"

keps/sig-node/2040-kubelet-cri/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ list of commits to file.
111111
- Passes all existing CRI tests on at least two container runtimes (sig-node(e2e-node) and cri-tools(critest)).
112112
- Is in production on numerous clouds. (Note: this reflects the urgency of the signal to move off non CRI solutions.)
113113
- Documentation is updated to reflect beta status.
114+
- Update the CI with containerd and CRI-O versions that support the v1 proto.
115+
- Ensure that the required CRI stats changes are included. See https://github.com/kubernetes/enhancements/issues/2371.
114116

115117
#### Beta -> GA Graduation
116118
- TBD
@@ -267,4 +269,5 @@ over the beta to GA period.
267269
## Implementation History
268270

269271
- First version with v1alpha1 was released in k8s 1.5. See https://github.com/kubernetes/community/blob/ee783a18a34ef16da07f8d16d42782a6f78a9253/contributors/devel/sig-node/container-runtime-interface.md
270-
- v1alpha was released with k8s 1.10. See https://github.com/kubernetes/kubernetes/pull/58973
272+
- v1alpha was released with k8s 1.10. See https://github.com/kubernetes/kubernetes/pull/58973
273+
- v1 proto was introduced in k8s 1.20. See https://github.com/kubernetes/kubernetes/pull/96387

keps/sig-node/2040-kubelet-cri/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ stage: beta
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.20"
24+
latest-milestone: "v1.21"
2525

2626
# The milestone at which this feature was, or is targeted to be, at each stage.
2727
milestone:
2828
alpha: "v1.5"
29-
beta: "v1.20"
29+
beta: "v1.22"
3030

3131
# The following PRR answers are required at beta release
3232
metrics:

0 commit comments

Comments
 (0)