Skip to content

Commit f1a70b3

Browse files
authored
Merge pull request #44482 from windsonsea/gateyv
[zh] Localize feature-gates/v*.md
2 parents 6289ad6 + 86dd6e8 commit f1a70b3

File tree

9 files changed

+133
-0
lines changed

9 files changed

+133
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
# Removed from Kubernetes
3+
title: ValidateProxyRedirects
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
This flag controls whether the API server should validate that redirects
13+
are only followed to the same host. Only used if the `StreamingProxyRedirects` flag is enabled.
14+
-->
15+
这个标志控制 API 服务器是否检查重定向仅指向相同主机。
16+
仅在启用 `StreamingProxyRedirects` 标志时被使用。
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: ValidatingAdmissionPolicy
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable [ValidatingAdmissionPolicy](/docs/reference/access-authn-authz/validating-admission-policy/) support for CEL validations be used in Admission Control.
11+
-->
12+
在准入控制中启用
13+
[ValidatingAdmissionPolicy](/zh-cn/docs/reference/access-authn-authz/validating-admission-policy/) 以支持 CEL 合法性检查。
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: VolumeAttributesClass
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable support for VolumeAttributesClasses.
11+
See [Volume Attributes Classes](/docs/concepts/storage/volume-attributes-classes/)
12+
for more information.
13+
-->
14+
启用对 VolumeAttributesClasses 的支持。
15+
更多细节参见[卷属性类](/zh-cn/docs/concepts/storage/volume-attributes-classes/)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: VolumeCapacityPriority
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable support for prioritizing nodes in different
11+
topologies based on available PV capacity.
12+
-->
13+
启用基于可用 PV 容量对不同拓扑域下节点进行优先级排序的支持。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
# Removed from Kubernetes
3+
title: VolumePVCDataSource
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable support for specifying an existing PVC as a DataSource.
13+
-->
14+
启用对将现有 PVC 设置为数据源的支持。
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
# Removed from Kubernetes
3+
title: VolumeScheduling
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable volume topology aware scheduling and make the PersistentVolumeClaim
13+
(PVC) binding aware of scheduling decisions. It also enables the usage of
14+
[`local`](/docs/concepts/storage/volumes/#local) volume type when used together with the
15+
`PersistentLocalVolumes` feature gate.
16+
-->
17+
启用卷拓扑感知调度,并使 PersistentVolumeClaim(PVC)
18+
绑定能够了解调度决策;当与 PersistentLocalVolumes 特性门控一起使用时,
19+
还允许使用 [`local`](/zh-cn/docs/concepts/storage/volumes/#local) 卷类型。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
# Removed from Kubernetes
3+
title: VolumeSnapshotDataSource
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable volume snapshot data source support.
13+
-->
14+
启用卷快照数据源支持。
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
# Removed from Kubernetes
3+
title: VolumeSubpathEnvExpansion
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable `subPathExpr` field for expanding environment
13+
variables into a `subPath`.
14+
-->
15+
启用 `subPathExpr` 字段用于在 `subPath` 中展开环境变量。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
# Removed from Kubernetes
3+
title: VolumeSubpath
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Allow mounting a subpath of a volume in a container.
13+
-->
14+
允许在容器中挂载卷的子路径。

0 commit comments

Comments
 (0)