Skip to content

Commit 151b398

Browse files
moved RuntimeClass scheduling under the runtimeclass folder
1 parent e8a844c commit 151b398

File tree

3 files changed

+8
-31
lines changed

3 files changed

+8
-31
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
control plane. RuntimeClasses are assigned to pods through a `runtimeClass` field on the
3030
`PodSpec`. This provides a new mechanism for supporting multiple runtimes in a cluster and/or node.
3131

32+
See also [RuntimeClass Scheduling](runtime-class-scheduling.md) for the latest updates on scheduling.
33+
3234
## Motivation
3335

3436
There is growing interest in using different runtimes within a cluster. [Sandboxes][] are the
@@ -358,7 +360,10 @@ Beta:
358360
## Implementation History
359361

360362
- 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)
361364
- 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
362367
- 2018-09-27: RuntimeClass released as alpha with Kubernetes v1.12
363368
- 2018-06-11: SIG-Node decision to move forward with proposal
364369
- 2018-06-19: Initial KEP published.

keps/sig-node/585-runtime-class/kep.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ approvers:
1515
- "@dchen1107"
1616
- "@derekwaynecarr"
1717
prr-approvers: []
18-
see-also: []
18+
see-also:
19+
- "runtime-class-scheduling.md"
1920
replaces: []
2021

2122
# The target maturity stage in the current dev cycle for this KEP.

keps/sig-node/runtime-class-scheduling.md renamed to keps/sig-node/585-runtime-class/runtime-class-scheduling.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
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-
241
# RuntimeClass Scheduling
252

263
## Table of Contents
@@ -118,7 +95,7 @@ Windows.
11895
- As a **developer** I want to ensure my Linux workloads are not accidentally
11996
scheduled to windows nodes.
12097

121-
[Windows nodes]: ../sig-windows/20190103-windows-node-support.md
98+
[Windows nodes]: ../../sig-windows/20190103-windows-node-support.md
12299

123100
#### Sandboxed Nodes
124101

@@ -247,12 +224,6 @@ the alpha phase. This means the feature is expected to be beta quality at launch
247224

248225
[RuntimeClass documentation]: https://kubernetes.io/docs/concepts/containers/runtime-class/
249226

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-
256227
## Alternatives
257228

258229
### Scheduler

0 commit comments

Comments
 (0)