From b997555df63166993cbd0ddba5a476470fbb5c74 Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 28 Feb 2022 00:35:14 +0200 Subject: [PATCH] [zh] fix: modify prepositions --- .../docs/concepts/services-networking/topology-aware-hints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/services-networking/topology-aware-hints.md b/content/zh/docs/concepts/services-networking/topology-aware-hints.md index 0756210c343..16c312226c4 100644 --- a/content/zh/docs/concepts/services-networking/topology-aware-hints.md +++ b/content/zh/docs/concepts/services-networking/topology-aware-hints.md @@ -47,7 +47,7 @@ Routing". When calculating the endpoints for a {{< glossary_tooltip term_id="Ser the EndpointSlice controller considers the topology (region and zone) of each endpoint and populates the hints field to allocate it to a zone. Cluster components such as the {{< glossary_tooltip term_id="kube-proxy" text="kube-proxy" >}} -can then consume those hints, and use them to influence how traffic to is routed +can then consume those hints, and use them to influence how the traffic to is routed (favoring topologically closer endpoints). --> Kubernetes 集群越来越多的部署到多区域环境中。