Merge pull request #46667 from chrono/patch-1

Fix broken link in topology-aware-routing.md
pull/46910/head
Kubernetes Prow Robot 2024-06-20 16:21:24 -07:00 committed by GitHub
commit 8cb9c268a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ yet cover some relevant and plausible situations.
* Follow the [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/) tutorial
* Learn about the
[trafficDistribution](/docs/concepts/services-networking/service/#trafic-distribution)
[trafficDistribution](/docs/concepts/services-networking/service/#traffic-distribution)
field, which is closely related to the `service.kubernetes.io/topology-mode`
annotation and provides flexible options for traffic routing within
Kubernetes.