Skip to content

Commit 17f18ed

Browse files
fixup! fixup! fixup! fixup! Add KEP 4444: Routing Preference for Services
1 parent ab3fb48 commit 17f18ed

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

keps/sig-network/4444-service-routing-preference/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
- [Repurpose the existing topology annotation to recognize additional values](#repurpose-the-existing-topology-annotation-to-recognize-additional-values)
4949
- [Reuse the fields internal/externalTrafficPolicy to offer these routing preferences](#reuse-the-fields-internalexternaltrafficpolicy-to-offer-these-routing-preferences)
5050
- [Granular Routing Controls](#granular-routing-controls)
51+
- [Reuse Pod Topology Spread Constraints for Traffic Distribution](#reuse-pod-topology-spread-constraints-for-traffic-distribution)
52+
- [Complementary Use of Pod Topology Spread Constraints and routingPreference](#complementary-use-of-pod-topology-spread-constraints-and-routingpreference)
5153
- [Infrastructure Needed (Optional)](#infrastructure-needed-optional)
5254
<!-- /toc -->
5355

@@ -974,8 +976,8 @@ A dedicated `routingPreference` fields gets us:
974976
distribution.
975977

976978
* **Implementation Flexibility:** Implementations can intelligently incorporate
977-
TSC information (if desired) alongside other factors like latency, load, or
978-
custom heuristics to optimize routing decisions.
979+
Topology Spread Constraints information (if desired) alongside other factors
980+
like latency, load, or custom heuristics to optimize routing decisions.
979981

980982
#### Complementary Use of Pod Topology Spread Constraints and routingPreference
981983

keps/sig-network/4444-service-routing-preference/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors:
44
- "@gauravkghildiyal"
55
- "@robscott"
66
owning-sig: sig-network
7-
status: provisional|implementable|implemented|deferred|rejected|withdrawn|replaced
7+
status: implementable
88
creation-date: 2024-01-26
99
reviewers:
1010
- "@aojea"

0 commit comments

Comments
 (0)