File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/zh-cn/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -268,13 +268,13 @@ Kubernetes 控制平面和每个节点上的 kube-proxy 在使用拓扑感知提
268
268
# # 限制 {#constraints}
269
269
270
270
<!--
271
- * Topology Aware Hints are not used when either `externalTrafficPolicy` or
272
- ` internalTrafficPolicy` is set to `Local` on a Service. It is possible to use
273
- both features in the same cluster on different Services, just not on the same
274
- Service.
271
+ * Topology Aware Hints are not used when `internalTrafficPolicy` is set to `Local`
272
+ on a Service. It is possible to use both features in the same cluster on different
273
+ Services, just not on the same Service.
275
274
-->
276
- * 当 Service 的 `externalTrafficPolicy` 或 `internalTrafficPolicy` 设置值为 `Local` 时,
277
- 系统将不使用拓扑感知提示信息。你可以在同一集群中的不同服务上使用这两个特性,但不能在同一个服务上这么做。
275
+ * 当 Service 的 `internalTrafficPolicy` 值设置为 `Local` 时,
276
+ 系统将不使用拓扑感知提示信息。你可以在同一集群中的不同 Service 上使用这两个特性,
277
+ 但不能在同一个 Service 上这么做。
278
278
279
279
<!--
280
280
* This approach will not work well for Services that have a large proportion of
You can’t perform that action at this time.
0 commit comments