Merge pull request #38113 from gaogao101/work43

[zh-cn] Updated service-topology.md
This commit is contained in:
Kubernetes Prow Robot 2022-11-28 18:01:24 -08:00 committed by GitHub
commit cba91fe5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: 使用拓扑键实现拓扑感知的流量路由 title: 使用拓扑键实现拓扑感知的流量路由
content_type: concept content_type: concept
weight: 10 weight: 150
--- ---
<!-- <!--
reviewers: reviewers:
@ -9,7 +9,7 @@ reviewers:
- imroc - imroc
title: Topology-aware traffic routing with topology keys title: Topology-aware traffic routing with topology keys
content_type: concept content_type: concept
weight: 10 weight: 150
--> -->
<!-- overview --> <!-- overview -->
@ -294,12 +294,11 @@ spec:
- "*" - "*"
``` ```
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}
<!-- <!--
* Read about [enabling Service Topology](/docs/tasks/administer-cluster/enabling-service-topology) * Read about [Topology Aware Hints](/docs/concepts/services-networking/topology-aware-hints/)
* Read [Connecting Applications with Services](/docs/concepts/services-networking/connect-applications-service/) * Read [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/)
--> -->
* 阅读关于[启用服务拓扑](/zh-cn/docs/tasks/administer-cluster/enabling-service-topology/) * 阅读关于[拓扑感知提示](/zh-cn/docs/concepts/services-networking/topology-aware-hints/)
* 阅读[用服务连接应用程序](/zh-cn/docs/concepts/services-networking/connect-applications-service/) * 阅读[使用 Service 连接到应用](/zh-cn/docs/tutorials/services/connect-applications-service/)