Skip to content

Commit 7ffe8bb

Browse files
ckyirickyrobscott
andauthored
KEP 2004: Evolving Topology Aware Routing for Services (kubernetes#2005)
* KEP 2004: Evolving Topology Aware Routing for Services * Updates related to PR feedback, some markdown cleanup * Simplifying the KEP to focus on subsetting Co-authored-by: Rob Scott <[email protected]>
1 parent 97a1385 commit 7ffe8bb

File tree

10 files changed

+631
-0
lines changed

10 files changed

+631
-0
lines changed

keps/sig-network/2004-topology-aware-subsetting/README.md

Lines changed: 581 additions & 0 deletions
Large diffs are not rendered by default.
22.8 KB
Loading
27.4 KB
Loading
28.2 KB
Loading
28.8 KB
Loading
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
title: Topology Aware Subsetting
2+
kep-number: 2004
3+
authors:
4+
- "@ckyiricky"
5+
- "@robscott"
6+
owning-sig: sig-network
7+
status: implementable
8+
creation-date: 2020-09-21
9+
reviewers:
10+
- "@andrewsykim"
11+
- "@bowei"
12+
- "@freehan"
13+
- "@thockin"
14+
approvers:
15+
- "@thockin"
16+
- "@wojtek-t"
17+
prr-approvers:
18+
- "@wojtek-t"
19+
20+
see-also:
21+
replaces:
22+
23+
# The target maturity stage in the current dev cycle for this KEP.
24+
stage: alpha
25+
26+
# The most recent milestone for which work toward delivery of this KEP has been
27+
# done. This can be the current (upcoming) milestone, if it is being actively
28+
# worked on.
29+
latest-milestone: "v1.20"
30+
31+
# The milestone at which this feature was, or is targeted to be, at each stage.
32+
milestone:
33+
alpha: "v1.20"
34+
beta: "v1.21"
35+
stable: "v1.24"
36+
37+
# The following PRR answers are required at alpha release
38+
# List the feature gate name and the components for which it must be enabled
39+
feature-gates:
40+
- name: TopologyAwareSubsetting
41+
components:
42+
- kube-controller-manager
43+
disable-supported: true
44+
45+
# The following PRR answers are required at beta release
46+
metrics:
47+
- endpoint_slice_controller/endpointslices_changes_per_sync
48+
- endpoint_slice_controller/reallocated_endpoints_per_sync
49+
- endpoint_slice_controller/total_endpoints
50+
24.2 KB
Loading
32.4 KB
Loading
27.3 KB
Loading
21.9 KB
Loading

0 commit comments

Comments
 (0)