Skip to content

Commit 19a49e1

Browse files
committed
Migrate remaining architecture keps to new template
1 parent 13ddec1 commit 19a49e1

File tree

6 files changed

+65
-71
lines changed

6 files changed

+65
-71
lines changed

keps/sig-architecture/2019-07-16-node-role-label-use.md renamed to keps/sig-architecture/1143-node-role-labels/README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
---
2-
title: Appropriate use of node-role labels
3-
authors:
4-
- "@smarterclayton"
5-
owning-sig: sig-architecture
6-
participating-sigs:
7-
- sig-api-machinery
8-
- sig-network
9-
- sig-node
10-
- sig-testing
11-
reviewers:
12-
- "@lavalamp"
13-
- "@derekwaynecarr"
14-
- "@liggitt"
15-
approvers:
16-
- "@thockin"
17-
- "@derekwaynecarr"
18-
prr-approvers:
19-
- "@wojtek-t"
20-
creation-date: 2019-07-16
21-
last-updated: 2020-06-01
22-
status: implementable
23-
---
24-
251
# Appropriate use of node-role labels
262

273
## Table of Contents
@@ -345,4 +321,4 @@ This proposal touches on the important topic of scheduling policy - the ability
345321
* https://github.com/kubernetes/kubernetes/pull/39112
346322
* https://github.com/kubernetes/kubernetes/pull/76654
347323
* https://github.com/kubernetes/kubernetes/pull/80021
348-
* https://github.com/kubernetes/kubernetes/pull/78500 - Work to remove master role label from e2e
324+
* https://github.com/kubernetes/kubernetes/pull/78500 - Work to remove master role label from e2e
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
title: Appropriate use of node-role labels
2+
kep-number: 1143
3+
authors:
4+
- "@smarterclayton"
5+
owning-sig: sig-architecture
6+
participating-sigs:
7+
- sig-api-machinery
8+
- sig-network
9+
- sig-node
10+
- sig-testing
11+
reviewers:
12+
- "@lavalamp"
13+
- "@derekwaynecarr"
14+
- "@liggitt"
15+
approvers:
16+
- "@thockin"
17+
- "@derekwaynecarr"
18+
prr-approvers:
19+
- "@wojtek-t"
20+
creation-date: 2019-07-16
21+
last-updated: 2020-06-01
22+
status: implementable

keps/sig-architecture/20191023-conformance-without-beta.md renamed to keps/sig-architecture/1333-conformance-without-beta/README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
---
2-
title: Ensure Conformance Tests Do Not Require Beta APIs or Features
3-
authors:
4-
- "@liggitt"
5-
owning-sig: sig-architecture
6-
participating-sigs:
7-
- sig-testing
8-
- sig-api-machinery
9-
reviewers:
10-
- "@deads2k"
11-
- "@bentheelder"
12-
- "@timothysc"
13-
- "@smarterclayton"
14-
- "@johnbelamaric"
15-
approvers:
16-
- "@timothysc"
17-
- "@smarterclayton"
18-
- "@johnbelamaric"
19-
creation-date: 2019-10-23
20-
last-updated: 2019-10-23
21-
status: implementable
22-
see-also:
23-
- "/keps/sig-architecture/20190412-conformance-behaviors.md"
24-
---
25-
261
# Ensure Conformance Tests Do Not Require Beta REST APIs or Features
272

283
## Table of Contents
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
title: Ensure Conformance Tests Do Not Require Beta APIs or Features
2+
kep-number: 1333
3+
authors:
4+
- "@liggitt"
5+
owning-sig: sig-architecture
6+
participating-sigs:
7+
- sig-testing
8+
- sig-api-machinery
9+
reviewers:
10+
- "@deads2k"
11+
- "@bentheelder"
12+
- "@timothysc"
13+
- "@smarterclayton"
14+
- "@johnbelamaric"
15+
approvers:
16+
- "@timothysc"
17+
- "@smarterclayton"
18+
- "@johnbelamaric"
19+
creation-date: 2019-10-23
20+
last-updated: 2019-10-23
21+
status: implementable
22+
see-also:
23+
- "/keps/sig-architecture/20190412-conformance-behaviors.md"

keps/sig-architecture/2019-03-19-go-modules.md renamed to keps/sig-architecture/917-go-modules/README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
---
2-
title: go modules
3-
authors:
4-
- "@liggitt"
5-
owning-sig: sig-architecture
6-
participating-sigs:
7-
- sig-api-machinery
8-
- sig-release
9-
- sig-testing
10-
reviewers:
11-
- "@sttts"
12-
- "@lavalamp"
13-
approvers:
14-
- "@smarterclayton"
15-
- "@thockin"
16-
creation-date: 2019-03-19
17-
last-updated: 2019-11-01
18-
status: implementable
19-
---
20-
211
# go modules
222

233
## Table of Contents
@@ -368,4 +348,4 @@ and doesn't fully allow multiple versions of kubernetes components to coexist as
368348
* https://golang.org/cmd/go/#hdr-The_go_mod_file
369349
* https://golang.org/cmd/go/#hdr-Maintaining_module_requirements
370350
* https://golang.org/cmd/go/#hdr-Module_compatibility_and_semantic_versioning
371-
* [discussion of tagging with v0.x.y](https://github.com/kubernetes/kubernetes/issues/84608)
351+
* [discussion of tagging with v0.x.y](https://github.com/kubernetes/kubernetes/issues/84608)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
title: go modules
2+
kep-number: 917
3+
authors:
4+
- "@liggitt"
5+
owning-sig: sig-architecture
6+
participating-sigs:
7+
- sig-api-machinery
8+
- sig-release
9+
- sig-testing
10+
reviewers:
11+
- "@sttts"
12+
- "@lavalamp"
13+
approvers:
14+
- "@smarterclayton"
15+
- "@thockin"
16+
creation-date: 2019-03-19
17+
last-updated: 2019-11-01
18+
status: implementable

0 commit comments

Comments
 (0)