Merge pull request #44482 from windsonsea/gateyv

[zh] Localize feature-gates/v*.md
pull/44503/head
Kubernetes Prow Robot 2023-12-24 12:32:24 +01:00 committed by GitHub
commit f1a70b3e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 133 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
# Removed from Kubernetes
title: ValidateProxyRedirects
content_type: feature_gate
_build:
list: never
render: false
---
<!--
This flag controls whether the API server should validate that redirects
are only followed to the same host. Only used if the `StreamingProxyRedirects` flag is enabled.
-->
这个标志控制 API 服务器是否检查重定向仅指向相同主机。
仅在启用 `StreamingProxyRedirects` 标志时被使用。

View File

@ -0,0 +1,13 @@
---
title: ValidatingAdmissionPolicy
content_type: feature_gate
_build:
list: never
render: false
---
<!--
Enable [ValidatingAdmissionPolicy](/docs/reference/access-authn-authz/validating-admission-policy/) support for CEL validations be used in Admission Control.
-->
在准入控制中启用
[ValidatingAdmissionPolicy](/zh-cn/docs/reference/access-authn-authz/validating-admission-policy/) 以支持 CEL 合法性检查。

View File

@ -0,0 +1,15 @@
---
title: VolumeAttributesClass
content_type: feature_gate
_build:
list: never
render: false
---
<!--
Enable support for VolumeAttributesClasses.
See [Volume Attributes Classes](/docs/concepts/storage/volume-attributes-classes/)
for more information.
-->
启用对 VolumeAttributesClasses 的支持。
更多细节参见[卷属性类](/zh-cn/docs/concepts/storage/volume-attributes-classes/)。

View File

@ -0,0 +1,13 @@
---
title: VolumeCapacityPriority
content_type: feature_gate
_build:
list: never
render: false
---
<!--
Enable support for prioritizing nodes in different
topologies based on available PV capacity.
-->
启用基于可用 PV 容量对不同拓扑域下节点进行优先级排序的支持。

View File

@ -0,0 +1,14 @@
---
# Removed from Kubernetes
title: VolumePVCDataSource
content_type: feature_gate
_build:
list: never
render: false
---
<!--
Enable support for specifying an existing PVC as a DataSource.
-->
启用对将现有 PVC 设置为数据源的支持。

View File

@ -0,0 +1,19 @@
---
# Removed from Kubernetes
title: VolumeScheduling
content_type: feature_gate
_build:
list: never
render: false
---
<!--
Enable volume topology aware scheduling and make the PersistentVolumeClaim
(PVC) binding aware of scheduling decisions. It also enables the usage of
[`local`](/docs/concepts/storage/volumes/#local) volume type when used together with the
`PersistentLocalVolumes` feature gate.
-->
启用卷拓扑感知调度,并使 PersistentVolumeClaimPVC
绑定能够了解调度决策;当与 PersistentLocalVolumes 特性门控一起使用时,
还允许使用 [`local`](/zh-cn/docs/concepts/storage/volumes/#local) 卷类型。

View File

@ -0,0 +1,14 @@
---
# Removed from Kubernetes
title: VolumeSnapshotDataSource
content_type: feature_gate
_build:
list: never
render: false
---
<!--
Enable volume snapshot data source support.
-->
启用卷快照数据源支持。

View File

@ -0,0 +1,15 @@
---
# Removed from Kubernetes
title: VolumeSubpathEnvExpansion
content_type: feature_gate
_build:
list: never
render: false
---
<!--
Enable `subPathExpr` field for expanding environment
variables into a `subPath`.
-->
启用 `subPathExpr` 字段用于在 `subPath` 中展开环境变量。

View File

@ -0,0 +1,14 @@
---
# Removed from Kubernetes
title: VolumeSubpath
content_type: feature_gate
_build:
list: never
render: false
---
<!--
Allow mounting a subpath of a volume in a container.
-->
允许在容器中挂载卷的子路径。