Skip to content

Commit c8b1d10

Browse files
authored
Merge pull request kubernetes#2190 from wojtek-t/migrate_keps_to_new_template_1
Migrate some networking KEPs to new template
2 parents f70678f + db60127 commit c8b1d10

File tree

25 files changed

+215
-219
lines changed

25 files changed

+215
-219
lines changed

keps/sig-network/20190424-NodeLocalDNS-beta-proposal.md renamed to keps/sig-network/1024-nodelocal-cache-dns/README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
---
2-
title: graduate-nodelocaldns-to-beta
3-
authors:
4-
- "@prameshj"
5-
owning-sig: sig-network
6-
reviewers:
7-
- "@bowei"
8-
- "@thockin"
9-
- "@johnbelamaric"
10-
approvers:
11-
- "@bowei"
12-
- "@thockin"
13-
creation-date: 2019-04-24
14-
last-updated: 2020-09-23
15-
status: implemented
16-
see-also:
17-
- "/keps/sig-network/0030-nodelocal-dns-cache.md"
18-
---
19-
201
# Graduate NodeLocal DNSCache to beta
212

223
## Table of Contents
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
title: graduate-nodelocaldns-to-beta
2+
kep-number: 1024
3+
authors:
4+
- "@prameshj"
5+
owning-sig: sig-network
6+
reviewers:
7+
- "@bowei"
8+
- "@thockin"
9+
- "@johnbelamaric"
10+
approvers:
11+
- "@bowei"
12+
- "@thockin"
13+
creation-date: 2019-04-24
14+
last-updated: 2020-09-23
15+
status: implemented
16+
see-also:
17+
- "/keps/sig-network/0030-nodelocal-dns-cache.md"

keps/sig-network/0011-ipvs-proxier.md renamed to keps/sig-network/265-ipvs-based-load-balancing/README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
---
2-
title: IPVS Load Balancing Mode in Kubernetes
3-
authors:
4-
- "@rramkumar1"
5-
owning-sig: sig-network
6-
reviewers:
7-
- "@thockin"
8-
- "@m1093782566"
9-
approvers:
10-
- "@thockin"
11-
- "@m1093782566"
12-
editor: "@thockin"
13-
creation-date: 2018-03-21
14-
last-updated: 2019-06-27
15-
status: implemented
16-
---
17-
181
# IPVS Load Balancing Mode in Kubernetes
192

203
**Note: This is a retroactive KEP. Credit goes to @m1093782566, @haibinxie, and @quinton-hoole for all information & design in this KEP.**
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: IPVS Load Balancing Mode in Kubernetes
2+
kep-number: 265
3+
authors:
4+
- "@rramkumar1"
5+
owning-sig: sig-network
6+
reviewers:
7+
- "@thockin"
8+
- "@m1093782566"
9+
approvers:
10+
- "@thockin"
11+
- "@m1093782566"
12+
editor: "@thockin"
13+
creation-date: 2018-03-21
14+
last-updated: 2019-06-27
15+
status: implemented

keps/sig-network/0010-20180314-coredns-GA-proposal.md renamed to keps/sig-network/427-coredns/README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
---
2-
title: Graduate CoreDNS to GA
3-
authors:
4-
- "@johnbelamaric"
5-
- "@rajansandeep"
6-
owning-sig: sig-network
7-
participating-sigs:
8-
- sig-cluster-lifecycle
9-
reviewers:
10-
- "@bowei"
11-
- "@thockin"
12-
approvers:
13-
- "@thockin"
14-
editor: "@rajansandeep"
15-
creation-date: 2018-03-21
16-
last-updated: 2018-05-18
17-
status: provisional
18-
see-also:
19-
- "https://github.com/kubernetes/community/pull/2167"
20-
---
21-
221
# Graduate CoreDNS to GA
232

243
## Table of Contents

keps/sig-network/427-coredns/kep.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
title: Graduate CoreDNS to GA
2+
kep-number: 427
3+
authors:
4+
- "@johnbelamaric"
5+
- "@rajansandeep"
6+
owning-sig: sig-network
7+
participating-sigs:
8+
- sig-cluster-lifecycle
9+
reviewers:
10+
- "@bowei"
11+
- "@thockin"
12+
approvers:
13+
- "@thockin"
14+
editor: "@rajansandeep"
15+
creation-date: 2018-03-21
16+
last-updated: 2018-05-18
17+
status: provisional
18+
see-also:
19+
- "https://github.com/kubernetes/community/pull/2167"

keps/sig-network/20190118-pod-dns-config.md renamed to keps/sig-network/504-configurable-pod-dns/README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
---
2-
title: Configurable Pod DNS
3-
authors:
4-
- "@MrHohn"
5-
owning-sig: sig-network
6-
participating-sigs:
7-
- sig-network
8-
reviewers:
9-
- "@thockin"
10-
- "@bowei"
11-
approvers:
12-
- "@thockin"
13-
- "@bowei"
14-
editor: TBD
15-
creation-date: 2019-01-18
16-
last-updated: 2019-02-11
17-
status: implementable
18-
---
19-
201
# Configurable Pod DNS
212

223
## Table of Contents
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
title: Configurable Pod DNS
2+
kep-number: 504
3+
authors:
4+
- "@MrHohn"
5+
owning-sig: sig-network
6+
participating-sigs:
7+
- sig-network
8+
reviewers:
9+
- "@thockin"
10+
- "@bowei"
11+
approvers:
12+
- "@thockin"
13+
- "@bowei"
14+
editor: TBD
15+
creation-date: 2019-01-18
16+
last-updated: 2019-02-11
17+
status: implementable

keps/sig-network/20190714-IPv6-beta-proposal.md renamed to keps/sig-network/506-ipv6/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
---
2-
title: graduate-ipv6-to-beta
3-
authors:
4-
- "@aojea"
5-
owning-sig: sig-network
6-
participating-sigs:
7-
reviewers:
8-
- "@bentheelder"
9-
- "@andrewsykim"
10-
- "@khenidak"
11-
approvers:
12-
- "@lachie83"
13-
- "@thockin"
14-
editor: TBD
15-
creation-date: 2019-07-14
16-
last-updated: 2019-07-27
17-
status: implementable
18-
see-also:
19-
replaces:
20-
superseded-by:
21-
---
22-
231
# Graduate IPv6 to beta
242

253
## Table of Contents

0 commit comments

Comments
 (0)