You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-node/2040-kubelet-cri/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,8 @@ list of commits to file.
111
111
- Passes all existing CRI tests on at least two container runtimes (sig-node(e2e-node) and cri-tools(critest)).
112
112
- Is in production on numerous clouds. (Note: this reflects the urgency of the signal to move off non CRI solutions.)
113
113
- 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.
114
116
115
117
#### Beta -> GA Graduation
116
118
- TBD
@@ -267,4 +269,5 @@ over the beta to GA period.
267
269
## Implementation History
268
270
269
271
- 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
0 commit comments