Skip to content

Commit 160b768

Browse files
authored
Merge pull request #31461 from 0xff-dev/main
[zh] fix document description problem
2 parents 285eb39 + 46258f1 commit 160b768

File tree

1 file changed

+6
-6
lines changed
  • content/zh/docs/concepts/services-networking

1 file changed

+6
-6
lines changed

content/zh/docs/concepts/services-networking/service.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ the endpoints controller has truncated the number of endpoints to 1000.
330330
<!--
331331
### EndpointSlices
332332
-->
333-
### EndpointSlice
333+
### EndpointSlices
334334

335335
{{< feature-state for_k8s_version="v1.21" state="stable" >}}
336336

@@ -345,12 +345,12 @@ endpoints.
345345
Endpoint Slices provide additional attributes and functionality which is
346346
described in detail in [EndpointSlices](/docs/concepts/services-networking/endpoint-slices/).
347347
-->
348-
Endpoint 切片是一种 API 资源,可以为 Endpoint 提供更可扩展的替代方案。
349-
尽管从概念上讲与 Endpoint 非常相似,但 Endpoint 切片允许跨多个资源分布网络端点
350-
默认情况下,一旦到达100个 Endpoint,该 Endpoint 切片将被视为“已满”,
351-
届时将创建其他 Endpoint 切片来存储任何其他 Endpoint
348+
EndpointSlices 是一种 API 资源,可以为 Endpoints 提供更可扩展的替代方案。
349+
尽管从概念上讲与 Endpoints 非常相似,但 EndpointSlices 允许跨多个资源分布网络端点
350+
默认情况下,一旦到达 100 个 Endpoint,该 EndpointSlice 将被视为“已满”,
351+
届时将创建其他 EndpointSlices 来存储任何其他 Endpoints
352352

353-
Endpoint 切片提供了附加的属性和功能,这些属性和功能在
353+
EndpointSlices 提供了附加的属性和功能,这些属性和功能在
354354
[EndpointSlices](/zh/docs/concepts/services-networking/endpoint-slices/)
355355
中有详细描述。
356356

0 commit comments

Comments
 (0)