File tree Expand file tree Collapse file tree 3 files changed +8
-31
lines changed
keps/sig-node/585-runtime-class Expand file tree Collapse file tree 3 files changed +8
-31
lines changed Original file line number Diff line number Diff line change 29
29
control plane. RuntimeClasses are assigned to pods through a ` runtimeClass ` field on the
30
30
` PodSpec ` . This provides a new mechanism for supporting multiple runtimes in a cluster and/or node.
31
31
32
+ See also [ RuntimeClass Scheduling] ( runtime-class-scheduling.md ) for the latest updates on scheduling.
33
+
32
34
## Motivation
33
35
34
36
There is growing interest in using different runtimes within a cluster. [ Sandboxes] [ ] are the
@@ -358,7 +360,10 @@ Beta:
358
360
# # Implementation History
359
361
360
362
- 2020-10-17 : RuntimeClass approved to be promoted as stable
363
+ - 2019-09-05 : Implement RuntimeClass Scheduling as a beta stage feature. [Umbrella issue](https://github.com/kubernetes/kubernetes/issues/81016)
361
364
- 2019-03-25 : RuntimeClass released as beta with Kubernetes v1.14
365
+ - 2019-03-14 : Initial KEP for RuntimeClass Scheduling published.
366
+ - 2018-10-05 : [RuntimeClass Scheduling Brainstorm](https://docs.google.com/document/d/1W51yBNTvp0taeEss56GTk8jczqFJ2d6jBeN6sCSlYZU/edit#) published
362
367
- 2018-09-27 : RuntimeClass released as alpha with Kubernetes v1.12
363
368
- 2018-06-11 : SIG-Node decision to move forward with proposal
364
369
- 2018-06-19 : Initial KEP published.
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ approvers:
15
15
- " @dchen1107"
16
16
- " @derekwaynecarr"
17
17
prr-approvers : []
18
- see-also : []
18
+ see-also :
19
+ - " runtime-class-scheduling.md"
19
20
replaces : []
20
21
21
22
# The target maturity stage in the current dev cycle for this KEP.
Original file line number Diff line number Diff line change 1
- ---
2
- title : RuntimeClass Scheduling
3
- authors :
4
- - " @tallclair"
5
- owning-sig : sig-node
6
- participating-sigs :
7
- - sig-scheduling
8
- reviewers :
9
- - yastij
10
- - egernst
11
- approvers :
12
- - bsalamat
13
- - dchen1107
14
- - derekwaynecarr
15
- creation-date : 2019-03-14
16
- last-updated : 2019-10-22
17
- status : implemented
18
- see-also :
19
- - " /keps/sig-node/runtime-class.md"
20
- replaces :
21
- - " [RuntimeClass Scheduling Brainstorm](https://docs.google.com/document/d/1W51yBNTvp0taeEss56GTk8jczqFJ2d6jBeN6sCSlYZU/edit#)"
22
- ---
23
-
24
1
# RuntimeClass Scheduling
25
2
26
3
## Table of Contents
@@ -118,7 +95,7 @@ Windows.
118
95
- As a ** developer** I want to ensure my Linux workloads are not accidentally
119
96
scheduled to windows nodes.
120
97
121
- [ Windows nodes ] : ../sig-windows/20190103-windows-node-support.md
98
+ [ Windows nodes ] : ../../ sig-windows/20190103-windows-node-support.md
122
99
123
100
#### Sandboxed Nodes
124
101
@@ -247,12 +224,6 @@ the alpha phase. This means the feature is expected to be beta quality at launch
247
224
248
225
[ RuntimeClass documentation ] : https://kubernetes.io/docs/concepts/containers/runtime-class/
249
226
250
- ## Implementation History
251
-
252
- - 2019-09-05: Implement RuntimeClass Scheduling as a beta stage feature. [ Umbrella issue] ( https://github.com/kubernetes/kubernetes/issues/81016 )
253
- - 2019-03-14: Initial KEP published.
254
- - 2018-10-05: [ RuntimeClass Scheduling Brainstorm] ( https://docs.google.com/document/d/1W51yBNTvp0taeEss56GTk8jczqFJ2d6jBeN6sCSlYZU/edit# ) published.
255
-
256
227
## Alternatives
257
228
258
229
### Scheduler
You can’t perform that action at this time.
0 commit comments