File tree Expand file tree Collapse file tree 6 files changed +119
-0
lines changed
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 6 files changed +119
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : EnvFiles
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+ Support defining container's Environment Variable Values via File.
16+ See [Define Environment Variable Values Using An Init Container](/docs/tasks/inject-data-application/define-environment-variable-via-file) for more details.
17+ -->
18+ 支持通过文件来定义容器的环境变量值。
19+ 更多细节参阅[ 使用 Init 容器定义环境变量值] ( /zh-cn/docs/tasks/inject-data-application/define-environment-variable-via-file ) 。
Original file line number Diff line number Diff line change 1+ ---
2+ title : GitRepoVolumeDriver
3+ content_type : feature_gate
4+ _build :
5+ list : never
6+ render : false
7+
8+ stages :
9+ - stage : deprecated
10+ defaultValue : false
11+ fromVersion : " 1.33"
12+ ---
13+
14+ <!--
15+ This controls if the `gitRepo` volume plugin is supported or not.
16+ The `gitRepo` volume plugin is disabled by default starting v1.33 release.
17+ This provides a way for users to enable it.
18+ -->
19+ 此项控制是否支持 ` gitRepo ` 卷插件。
20+ ` gitRepo ` 卷插件从 v1.33 版本开始默认被禁用。
21+ 此特性门控为用户提供了一种启用该插件的方式。
Original file line number Diff line number Diff line change 1+ ---
2+ title : HostnameOverride
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+ Allows setting any FQDN as the pod's hostname.
16+ -->
17+ 允许将任意 FQDN(完全限定域名)设置为 Pod 的主机名。
Original file line number Diff line number Diff line change 1+ ---
2+ title : InOrderInformers
3+ content_type : feature_gate
4+
5+ _build :
6+ list : never
7+ render : false
8+
9+ stages :
10+ - stage : alpha
11+ defaultValue : true
12+ fromVersion : " 1.33"
13+ toVersion : " 1.33"
14+ - stage : beta
15+ defaultValue : true
16+ fromVersion : " 1.34"
17+ ---
18+
19+ <!--
20+ Force the informers to deliver watch stream events in order instead of out of order.
21+ -->
22+ 强制通知组件(Informer)按顺序而非乱序传递 watch 流事件。
Original file line number Diff line number Diff line change 1+ ---
2+ title : InPlacePodVerticalScalingExclusiveMemory
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+ Allow resource resize for containers in Guaranteed Pods when the memory manager policy is set to `"Static"`.
16+ Applies only to nodes with `InPlacePodVerticalScaling` and memory manager features enabled.
17+ -->
18+ 允许在内存管理器策略设置为 ` "Static" ` 时在 Guaranteed Pod 中调整容器资源大小。
19+ 仅适用于启用了 ` InPlacePodVerticalScaling ` 和内存管理器特性的节点。
Original file line number Diff line number Diff line change 1+ ---
2+ title : MatchLabelKeysInPodTopologySpreadSelectorMerge
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 merging of selectors built from `matchLabelKeys` into `labelSelector` of
16+ [Pod topology spread constraints](/docs/concepts/scheduling-eviction/topology-spread-constraints/).
17+ This feature gate can be enabled when `matchLabelKeys` feature is enabled with the `MatchLabelKeysInPodTopologySpread` feature flag.
18+ -->
19+ 允许将从 ` matchLabelKeys ` 构建的选择算符合并到
20+ [ Pod 拓扑分布约束] ( /zh-cn/docs/concepts/scheduling-eviction/topology-spread-constraints/ ) 的 ` labelSelector ` 中。
21+ 当 ` matchLabelKeys ` 特性通过 ` MatchLabelKeysInPodTopologySpread ` 特性标志启用时,此特性门控可以被启用。
You can’t perform that action at this time.
0 commit comments