Skip to content

Commit 49c8195

Browse files
authored
Merge pull request #31119 from shuaijinchao/zh/sync/services-networking/topology-aware-hints
[zh] synchronize translate topology-aware-hints.md
2 parents 563619e + b78e984 commit 49c8195

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

content/zh/docs/concepts/services-networking/topology-aware-hints.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight: 45
1515

1616
<!-- overview -->
1717

18-
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
18+
{{< feature-state for_k8s_version="v1.23" state="beta" >}}
1919

2020
<!--
2121
_Topology Aware Hints_ enable topology aware routing by including suggestions
@@ -64,14 +64,13 @@ EndpointSlice 控制器会评估每一个端点的拓扑(地域和区域),
6464
## 使用拓扑感知提示 {#using-topology-aware-hints}
6565

6666
<!--
67-
If you have [enabled](/docs/tasks/administer-cluster/enabling-topology-aware-hints) the
68-
overall feature, you can activate Topology Aware Hints for a Service by setting the
67+
You can activate Topology Aware Hints for a Service by setting the
6968
`service.kubernetes.io/topology-aware-hints` annotation to `auto`. This tells
7069
the EndpointSlice controller to set topology hints if it is deemed safe.
7170
Importantly, this does not guarantee that hints will always be set.
7271
-->
73-
如果你已经[启用](/zh/docs/tasks/administer-cluster/enabling-topology-aware-hints)了整个特性,
74-
就可以通过把注解 `service.kubernetes.io/topology-aware-hints` 的值设置为 `auto`
72+
73+
你可以通过把注解 `service.kubernetes.io/topology-aware-hints` 的值设置为 `auto`
7574
来激活服务的拓扑感知提示功能。
7675
这告诉 EndpointSlice 控制器在它认为安全的时候来设置拓扑提示。
7776
重要的是,这并不能保证总会设置提示(hints)。
@@ -278,8 +277,7 @@ Kubernetes 控制平面和每个节点上的 kube-proxy,在使用拓扑感知
278277
## {{% heading "whatsnext" %}}
279278

280279
<!--
281-
* Read about [enabling Topology Aware Hints](/docs/tasks/administer-cluster/enabling-topology-aware-hints/)
282280
* Read [Connecting Applications with Services](/docs/concepts/services-networking/connect-applications-service/)
283281
-->
284-
* 参阅[启用拓扑感知提示](/zh/docs/tasks/administer-cluster/enabling-topology-aware-hints/)
282+
285283
* 参阅[通过服务连通应用](/zh/docs/concepts/services-networking/connect-applications-service/)

0 commit comments

Comments
 (0)