File tree Expand file tree Collapse file tree 23 files changed +85
-39
lines changed
1611-network-policy-validation
1672-tracking-terminating-endpoints
1864-disable-lb-node-ports
1880-multiple-service-cidrs
2079-network-policy-port-range
2086-service-internal-traffic-policy
2447-Make-kube-proxy-service-abstraction-optional
2448-Remove-kube-proxy-automatic-clean-up-logic
2449-move-externalDNS-out-of-kubernetes-incubator
2450-Remove-knowledge-of-pod-cluster-CIDR-from-iptables-rules
265-ipvs-based-load-balancing
3685-endpointslice-reconciler-to-staging
4004-deprecate-kube-proxy-version
4444-service-traffic-distribution
980-load-balancer-finalizers Expand file tree Collapse file tree 23 files changed +85
-39
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,9 @@ last-updated: 2020-09-23
16
16
status : implemented
17
17
see-also :
18
18
- " /keps/sig-network/0030-nodelocal-dns-cache.md"
19
- latest-milestone : ' 0.0 '
19
+ latest-milestone : " v1.18 "
20
20
stage : stable
21
+ milestone :
22
+ alpha : " v1.13"
23
+ beta : " v1.15"
24
+ stable : " v1.18"
Original file line number Diff line number Diff line change @@ -14,10 +14,19 @@ approvers:
14
14
editor : TBD
15
15
creation-date : 2019-07-14
16
16
last-updated : 2019-07-27
17
- status : implementable
17
+ status : implemented
18
18
see-also :
19
19
replaces :
20
20
superseded-by :
21
21
22
- latest-milestone : " 0.0"
23
- stage : " beta"
22
+ # The feature was declared alpha in 1.9 with no KEP. This KEP was only
23
+ # about moving it to beta, and then it was later declared GA as part
24
+ # of KEP-563 (dual-stack). But we use the beta version as
25
+ # latest-milestone here because if we put 1.23 then
26
+ # verify-kep-metadata.sh would require us to have a PRR file.
27
+ latest-milestone : " v1.16"
28
+ stage : stable
29
+ milestone :
30
+ alpha : " v1.9"
31
+ beta : " v1.16"
32
+ stable : " v1.23"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ approvers:
11
11
- " @dcbw"
12
12
creation-date : " 2019-12-27"
13
13
last-updated : " 2021-02-05"
14
- status : implementable
14
+ status : implemented
15
15
16
16
# The target maturity stage in the current dev cycle for this KEP.
17
17
stage : stable
Original file line number Diff line number Diff line change @@ -17,5 +17,7 @@ creation-date: 2020-02-04
17
17
last-updated : 2021-3-05
18
18
status : implemented
19
19
20
- latest-milestone : " 0.0"
21
- stage : " GA"
20
+ latest-milestone : " v1.20"
21
+ stage : " stable"
22
+ milestone :
23
+ stable : " v1.20"
Original file line number Diff line number Diff line change 5
5
owning-sig : sig-network
6
6
participating-sigs :
7
7
- sig-scalability
8
- status : implementable
8
+ status : implemented
9
9
creation-date : 2020-04-07
10
10
reviewers :
11
11
- " @thockin"
Original file line number Diff line number Diff line change 5
5
owning-sig : sig-network
6
6
participating-sigs :
7
7
- sig-cloud-provider
8
- status : implementable
8
+ status : implemented
9
9
creation-date : 2020-06-21
10
10
reviewers :
11
11
- " @thockin"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ owning-sig: sig-network
6
6
participating-sigs :
7
7
- sig-network
8
8
- sig-api-machinery
9
- status : implementable
9
+ status : implemented
10
10
creation-date : 2022-06-08
11
11
reviewers :
12
12
- " @thockin"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kep-number: 2079
3
3
authors :
4
4
- " @rikatz"
5
5
owning-sig : sig-network
6
- status : implementable
6
+ status : implemented
7
7
creation-date : " 2020-10-08"
8
8
reviewers :
9
9
- " @andrewsykim"
Original file line number Diff line number Diff line change 4
4
- " @andrewsykim"
5
5
owning-sig : sig-network
6
6
participating-sigs :
7
- status : implementable
7
+ status : implemented
8
8
creation-date : 2020-10-07
9
9
reviewers :
10
10
- " robscott"
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ editor: "@bradhoekstra"
12
12
creation-date : 2018-10-17
13
13
last-updated : 2018-11-12
14
14
status : implemented
15
- see-also :
16
- replaces :
17
- superseded-by :
18
- latest-milestone : ' 0.0'
15
+ latest-milestone : " v1.14"
19
16
stage : stable
17
+ milestone :
18
+ stable : " v1.14"
You can’t perform that action at this time.
0 commit comments