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