@@ -15,7 +15,7 @@ weight: 45
15
15
16
16
<!-- overview -->
17
17
18
- {{< feature-state for_k8s_version="v1.21 " state="alpha " >}}
18
+ {{< feature-state for_k8s_version="v1.23 " state="beta " >}}
19
19
20
20
<!--
21
21
_Topology Aware Hints_ enable topology aware routing by including suggestions
@@ -64,14 +64,13 @@ EndpointSlice 控制器会评估每一个端点的拓扑(地域和区域),
64
64
## 使用拓扑感知提示 {#using-topology-aware-hints}
65
65
66
66
<!--
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
69
68
`service.kubernetes.io/topology-aware-hints` annotation to `auto`. This tells
70
69
the EndpointSlice controller to set topology hints if it is deemed safe.
71
70
Importantly, this does not guarantee that hints will always be set.
72
71
-->
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 ` ,
75
74
来激活服务的拓扑感知提示功能。
76
75
这告诉 EndpointSlice 控制器在它认为安全的时候来设置拓扑提示。
77
76
重要的是,这并不能保证总会设置提示(hints)。
@@ -278,8 +277,7 @@ Kubernetes 控制平面和每个节点上的 kube-proxy,在使用拓扑感知
278
277
# # {{% heading "whatsnext" %}}
279
278
280
279
<!--
281
- * Read about [enabling Topology Aware Hints](/docs/tasks/administer-cluster/enabling-topology-aware-hints/)
282
280
* Read [Connecting Applications with Services](/docs/concepts/services-networking/connect-applications-service/)
283
281
-->
284
- * 参阅[启用拓扑感知提示](/zh/docs/tasks/administer-cluster/enabling-topology-aware-hints/)
282
+
285
283
* 参阅[通过服务连通应用](/zh/docs/concepts/services-networking/connect-applications-service/)
0 commit comments