Skip to content

Commit c1a01d2

Browse files
authored
Merge pull request #5318 from danwinship/update-sig-network-keps
Misc SIG Network KEP updates (especially "implementable" → "implemented")
2 parents be4736c + aec0b11 commit c1a01d2

File tree

61 files changed

+118
-1531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+118
-1531
lines changed

keps/sig-network/0752-endpointslices/README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## Table of Contents
44

55
<!-- toc -->
6-
- [Release Signoff Checklist](#release-signoff-checklist)
76
- [Summary](#summary)
87
- [Motivation](#motivation)
98
- [Goals](#goals)
@@ -58,26 +57,6 @@
5857
- [FAQ](#faq)
5958
<!-- /toc -->
6059

61-
## Release Signoff Checklist
62-
63-
Items marked with (R) are required *prior to targeting to a milestone / release*.
64-
65-
- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
66-
- [x] (R) KEP approvers have approved the KEP status as `implementable`
67-
- [x] (R) Design details are appropriately documented
68-
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
69-
- [x] (R) Graduation criteria is in place
70-
- [x] (R) Production readiness review completed
71-
- [x] Production readiness review approved
72-
- [x] "Implementation History" section is up-to-date for milestone
73-
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
74-
- [x] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
75-
76-
[kubernetes.io]: https://kubernetes.io/
77-
[kubernetes/enhancements]: https://git.k8s.io/enhancements
78-
[kubernetes/kubernetes]: https://git.k8s.io/kubernetes
79-
[kubernetes/website]: https://git.k8s.io/website
80-
8160
## Summary
8261

8362
This KEP was converted from the [original proposal doc][original-doc]. The

keps/sig-network/1024-nodelocal-cache-dns/kep.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ last-updated: 2020-09-23
1616
status: implemented
1717
see-also:
1818
- "/keps/sig-network/0030-nodelocal-dns-cache.md"
19-
latest-milestone: '0.0'
19+
latest-milestone: "v1.18"
2020
stage: stable
21+
milestone:
22+
alpha: "v1.13"
23+
beta: "v1.15"
24+
stable: "v1.18"

keps/sig-network/1138-ipv6/kep.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,20 @@ approvers:
1414
editor: TBD
1515
creation-date: 2019-07-14
1616
last-updated: 2019-07-27
17-
status: implementable
17+
status: implemented
1818
see-also:
19+
- "/keps/sig-network/563-dual-stack"
1920
replaces:
2021
superseded-by:
2122

22-
latest-milestone: "0.0"
23-
stage: "beta"
23+
# The feature was declared alpha in 1.9 with no KEP. This KEP was only
24+
# about moving it to beta, and then it was later declared GA as part
25+
# of KEP-563 (dual-stack). But we use the beta version as
26+
# latest-milestone here because if we put 1.23 then
27+
# verify-kep-metadata.sh would require us to have a PRR file.
28+
latest-milestone: "v1.16"
29+
stage: stable
30+
milestone:
31+
alpha: "v1.9"
32+
beta: "v1.16"
33+
stable: "v1.23"

keps/sig-network/1435-mixed-protocol-lb/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# KEP-1435: different protocols in the same service definition with type=loadbalancer
22

33
<!-- toc -->
4-
- [Release Signoff Checklist](#release-signoff-checklist)
54
- [Summary](#summary)
65
- [Motivation](#motivation)
76
- [Goals](#goals)
@@ -55,27 +54,6 @@
5554
- [Infrastructure Needed (Optional)](#infrastructure-needed-optional)
5655
<!-- /toc -->
5756

58-
## Release Signoff Checklist
59-
60-
Items marked with (R) are required *prior to targeting to a milestone / release*.
61-
62-
- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
63-
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
64-
- [ ] (R) Design details are appropriately documented
65-
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
66-
- [ ] (R) Graduation criteria is in place
67-
- [ ] (R) Production readiness review completed
68-
- [ ] Production readiness review approved
69-
- [ ] "Implementation History" section is up-to-date for milestone
70-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
71-
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
72-
73-
74-
[kubernetes.io]: https://kubernetes.io/
75-
[kubernetes/enhancements]: https://git.k8s.io/enhancements
76-
[kubernetes/kubernetes]: https://git.k8s.io/kubernetes
77-
[kubernetes/website]: https://git.k8s.io/website
78-
7957
## Summary
8058

8159
This feature enables the creation of a LoadBalancer Service that has different port definitions with different protocols.

keps/sig-network/1435-mixed-protocol-lb/kep.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Different protocols in the same service definition with type=loadbalancer
22
kep-number: 1435
33
authors:
4-
4+
- "@janosi"
55
- "@bridgetkromhout"
66
owning-sig: sig-network
77
participating-sigs:
@@ -17,7 +17,6 @@ approvers:
1717
- "@thockin"
1818
see-also:
1919
replaces:
20-
- "/keps/sig-network/ 20200103-mixed-protocol-lb"
2120

2221
# The target maturity stage in the current dev cycle for this KEP.
2322
stage: stable

0 commit comments

Comments
 (0)