File tree Expand file tree Collapse file tree 2 files changed +48
-20
lines changed
keps/sig-node/585-runtime-class Expand file tree Collapse file tree 2 files changed +48
-20
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- title : Runtime Class
3
- authors :
4
- - " @tallclair"
5
- owning-sig : sig-node
6
- participating-sigs :
7
- - sig-architecture
8
- reviewers :
9
- - dchen1107
10
- - derekwaynecarr
11
- - yujuhong
12
- approvers :
13
- - dchen1107
14
- - derekwaynecarr
15
- creation-date : 2018-06-19
16
- last-updated : 2019-01-24
17
- status : implementable
18
- ---
19
-
20
1
# Runtime Class
21
2
22
3
## Table of Contents
@@ -367,7 +348,7 @@ Beta:
367
348
- [x] [dockershim](https://github.com/kubernetes/kubernetes/pull/67909)
368
349
- [ ] Comprehensive test coverage
369
350
- [ ] [CRI validation tests][cri-validation]
370
- - [ ] RuntimeClasses are configured in the E2E environment with test coverage of a non-default
351
+ - [x ] RuntimeClasses are configured in the E2E environment with test coverage of a non-default
371
352
RuntimeClass
372
353
- [x] Comprehensive coverage of RuntimeClass metrics. [#73058](http://issue.k8s.io/73058)
373
354
- [x] The update & upgrade story is revisited, and a longer-term approach is implemented as necessary.
@@ -376,6 +357,8 @@ Beta:
376
357
377
358
# # Implementation History
378
359
360
+ - 2020-10-17 : RuntimeClass approved to be promoted as stable
361
+ - 2019-03-25 : RuntimeClass released as beta with Kubernetes v1.14
379
362
- 2018-09-27 : RuntimeClass released as alpha with Kubernetes v1.12
380
363
- 2018-06-11 : SIG-Node decision to move forward with proposal
381
364
- 2018-06-19 : Initial KEP published.
Original file line number Diff line number Diff line change
1
+ title : Runtime Class
2
+ kep-number : 585
3
+ authors :
4
+ - " @tallclair"
5
+ owning-sig : sig-node
6
+ participating-sigs :
7
+ - sig-architecture
8
+ status : implementable
9
+ creation-date : " 2018-06-19"
10
+ reviewers :
11
+ - " @dchen1107"
12
+ - " @derekwaynecarr"
13
+ - " @yujuhong"
14
+ approvers :
15
+ - " @dchen1107"
16
+ - " @derekwaynecarr"
17
+ prr-approvers : []
18
+ see-also : []
19
+ replaces : []
20
+
21
+ # The target maturity stage in the current dev cycle for this KEP.
22
+ stage : stable
23
+
24
+ # The most recent milestone for which work toward delivery of this KEP has been
25
+ # done. This can be the current (upcoming) milestone, if it is being actively
26
+ # worked on.
27
+ latest-milestone : " v1.20"
28
+
29
+ # The milestone at which this feature was, or is targeted to be, at each stage.
30
+ milestone :
31
+ alpha : " v1.12"
32
+ beta : " v1.14"
33
+ stable : " v1.20"
34
+
35
+ # The following PRR answers are required at alpha release
36
+ # List the feature gate name and the components for which it must be enabled
37
+ feature-gates :
38
+ - name : " RuntimeClass"
39
+ components :
40
+ - kubelet
41
+ disable-supported : false
42
+
43
+ # The following PRR answers are required at beta release
44
+ metrics :
45
+ - TODO
You can’t perform that action at this time.
0 commit comments