commit
753a4e0660
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: ComponentFlagz
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.32"
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables the component's flagz endpoint.
|
||||
See [zpages](/docs/reference/instrumentation/zpages/) for more information.
|
||||
-->
|
||||
启用组件的 flagz 端点。
|
||||
更多细节参见 [zpages](/zh-cn/docs/reference/instrumentation/zpages/)。
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: ComponentStatusz
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.32"
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables the component's statusz endpoint.
|
||||
See [zpages](/docs/reference/instrumentation/zpages/) for more information.
|
||||
-->
|
||||
启用组件的 statusz 端点。
|
||||
更多细节参见 [zpages](/zh-cn/docs/reference/instrumentation/zpages/)。
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: PodLevelResources
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.32"
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable _Pod level resources_: the ability to specify resource requests and limits
|
||||
at the Pod level, rather than only for specific containers.
|
||||
-->
|
||||
启用 **Pod 级别资源**:能够在 Pod 级别指定资源请求和限制,而不仅仅是针对特定的容器。
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: SchedulerAsyncPreemption
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.32"
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable running some expensive operations within the scheduler, associated with
|
||||
[preemption](/docs/concepts/scheduling-eviction/pod-priority-preemption/), asynchronously.
|
||||
Asynchronous processing of preemption improves overall Pod scheduling latency.
|
||||
-->
|
||||
允许以异步方式在调度器内运行一些与[抢占](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/)关联的高开销操作。
|
||||
异步处理抢占可以降低整体 Pod 调度的延迟。
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: WatchListClient
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
|
||||
stages:
|
||||
- stage: beta
|
||||
defaultValue: false
|
||||
fromVersion: "1.30"
|
||||
---
|
||||
|
||||
<!--
|
||||
Allows an API client to request a stream of data rather than fetching a full list.
|
||||
This functionality is available in `client-go` and requires the
|
||||
[WatchList](/docs/reference/command-line-tools-reference/feature-gates/)
|
||||
feature to be enabled on the server.
|
||||
If the `WatchList` is not supported on the server, the client will seamlessly fall back to a standard list request.
|
||||
-->
|
||||
允许 API 客户端请求数据流,而不是获取完整的列表。
|
||||
此功能可以在 `client-go` 中使用,需要在服务器上启用
|
||||
[WatchList](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)
|
||||
特性。如果服务器不支持 `WatchList`,客户端将自动回退为标准的 list 请求。
|
Loading…
Reference in New Issue