File tree Expand file tree Collapse file tree 6 files changed +65
-71
lines changed
1333-conformance-without-beta Expand file tree Collapse file tree 6 files changed +65
-71
lines changed Original file line number Diff line number Diff line change 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
-
25
1
# Appropriate use of node-role labels
26
2
27
3
## Table of Contents
@@ -345,4 +321,4 @@ This proposal touches on the important topic of scheduling policy - the ability
345
321
* https://github.com/kubernetes/kubernetes/pull/39112
346
322
* https://github.com/kubernetes/kubernetes/pull/76654
347
323
* 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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 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
-
26
1
# Ensure Conformance Tests Do Not Require Beta REST APIs or Features
27
2
28
3
## Table of Contents
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change 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
-
21
1
# go modules
22
2
23
3
## Table of Contents
@@ -368,4 +348,4 @@ and doesn't fully allow multiple versions of kubernetes components to coexist as
368
348
* https://golang.org/cmd/go/#hdr-The_go_mod_file
369
349
* https://golang.org/cmd/go/#hdr-Maintaining_module_requirements
370
350
* 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)
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments