Skip to content

Commit 54134be

Browse files
committed
[zh] Add feature gates c-d
1 parent 055357f commit 54134be

File tree

7 files changed

+137
-0
lines changed

7 files changed

+137
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: ClearingNominatedNodeNameAfterBinding
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.34"
12+
toVersion: "1.34"
13+
---
14+
15+
<!--
16+
Enable clearing `.status.nominatedNodeName` whenever Pods are bound to nodes.
17+
-->
18+
允许在 Pod 被绑定到节点时清除 `.status.nominatedNodeName`
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: ContainerRestartRules
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.34"
12+
---
13+
14+
<!--
15+
Enables the ability to configure container-level restart policy and restart rules.
16+
See [Container Restart Policy and Rules](/docs/concepts/workloads/pods/pod-lifecycle/#container-restart-rules) for more details.
17+
-->
18+
启用配置容器级重启策略和重启规则的能力。
19+
更多细节参阅[容器重启策略和规则](/zh-cn/docs/concepts/workloads/pods/pod-lifecycle/#container-restart-rules)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: DRAConsumableCapacity
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.34"
12+
---
13+
14+
<!--
15+
Enables device sharing across multiple ResourceClaims or requests.
16+
17+
Additionally, if a device supports sharing, its resource (capacity) can be managed through a defined sharing policy.
18+
-->
19+
允许在多个 ResourceClaim 或请求共享设备。
20+
21+
此外,如果某个设备支持共享,其资源(容量)可以通过定义的共享策略进行管理。
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: DRADeviceBindingConditions
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.34"
12+
---
13+
14+
<!--
15+
Enables support for DeviceBindingConditions in the DRA related fields.
16+
This allows for thorough device readiness checks and attachment processes before Bind phase.
17+
-->
18+
在 DRA 相关字段中启用对 DeviceBindingConditions 的支持。
19+
这允许在 Bind 阶段之前执行彻底的设备就绪检查和挂接过程。
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: DRAExtendedResource
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.34"
12+
---
13+
14+
<!--
15+
Enables support for the [Extended Resource allocation by DRA](/docs/concepts/configuration/manage-resources-containers/#extended-resources-allocation-by-dra) feature.
16+
It makes it possible to specify an extended resource name in a DeviceClass.
17+
18+
This feature gate has no effect unless the `DynamicResourceAllocation` feature gate is enabled.
19+
-->
20+
启用对
21+
[DRA 扩展资源分配](/zh-cn/docs/concepts/configuration/manage-resources-containers/#extended-resources-allocation-by-dra)特性的支持。
22+
这使得在 DeviceClass 中可以指定扩展的资源名称。
23+
24+
需要先启用 `DynamicResourceAllocation` 特性门控,此特性门控才会生效。
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: DRASchedulerFilterTimeout
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.34"
12+
---
13+
14+
<!--
15+
Enables aborting the per-node filter operation in the scheduler after a certain
16+
time (10 seconds by default, configurable in the DynamicResources scheduler
17+
plugin configuration).
18+
-->
19+
允许一段时间后(默认 10 秒,可在 DynamicResources 调度器插件配置中设置)在调度器中中止每个节点的过滤操作。
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: DetectCacheInconsistency
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: true
11+
fromVersion: "1.34"
12+
---
13+
14+
<!--
15+
Enable cache inconsistency detection in the API server.
16+
-->
17+
在 API 服务器中启用缓存不一致性检测。

0 commit comments

Comments
 (0)