We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3e5a4 commit f8c0678Copy full SHA for f8c0678
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/dynamic-resource-allocation.md
@@ -8,10 +8,12 @@ _build:
8
stages:
9
- stage: alpha
10
defaultValue: false
11
- fromVersion: "1.26"
+ fromVersion: "1.30"
12
---
13
<!--
14
Enables support for resources with custom parameters and a lifecycle
15
-that is independent of a Pod.
+that is independent of a Pod. Allocation of resources is handled
16
+by the Kubernetes scheduler based on "structured parameters".
17
-->
18
启用对具有自定义参数和独立于 Pod 生命周期的资源的支持。
19
+资源的分配由 Kubernetes 调度器根据“结构化参数”进行处理。
0 commit comments