File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/zh/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 @@ -330,7 +330,7 @@ the endpoints controller has truncated the number of endpoints to 1000.
330
330
<!--
331
331
# ## EndpointSlices
332
332
-->
333
- # ## EndpointSlice
333
+ # ## EndpointSlices
334
334
335
335
{{< feature-state for_k8s_version="v1.21" state="stable" >}}
336
336
@@ -345,12 +345,12 @@ endpoints.
345
345
Endpoint Slices provide additional attributes and functionality which is
346
346
described in detail in [EndpointSlices](/docs/concepts/services-networking/endpoint-slices/).
347
347
-->
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 。
352
352
353
- Endpoint 切片提供了附加的属性和功能 ,这些属性和功能在
353
+ EndpointSlices 提供了附加的属性和功能 ,这些属性和功能在
354
354
[EndpointSlices](/zh/docs/concepts/services-networking/endpoint-slices/)
355
355
中有详细描述。
356
356
You can’t perform that action at this time.
0 commit comments