Skip to content

Commit e8a844c

Browse files
creating kep.yaml and marking it stable for 1.20
1 parent 4706041 commit e8a844c

File tree

2 files changed

+48
-20
lines changed

2 files changed

+48
-20
lines changed

keps/sig-node/585-runtime-class/README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
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-
201
# Runtime Class
212

223
## Table of Contents
@@ -367,7 +348,7 @@ Beta:
367348
- [x] [dockershim](https://github.com/kubernetes/kubernetes/pull/67909)
368349
- [ ] Comprehensive test coverage
369350
- [ ] [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
371352
RuntimeClass
372353
- [x] Comprehensive coverage of RuntimeClass metrics. [#73058](http://issue.k8s.io/73058)
373354
- [x] The update & upgrade story is revisited, and a longer-term approach is implemented as necessary.
@@ -376,6 +357,8 @@ Beta:
376357

377358
## Implementation History
378359

360+
- 2020-10-17: RuntimeClass approved to be promoted as stable
361+
- 2019-03-25: RuntimeClass released as beta with Kubernetes v1.14
379362
- 2018-09-27: RuntimeClass released as alpha with Kubernetes v1.12
380363
- 2018-06-11: SIG-Node decision to move forward with proposal
381364
- 2018-06-19: Initial KEP published.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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

0 commit comments

Comments
 (0)