Merge pull request #44552 from windsonsea/gate1r

[zh] Localize feature-gates/r*.md
pull/44607/head
Kubernetes Prow Robot 2024-01-02 17:31:43 +01:00 committed by GitHub
commit 4fe29d49ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 191 additions and 0 deletions

View File

@ -0,0 +1,26 @@
---
title: ReadWriteOncePod
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.22"
toVersion: "1.26"
- stage: beta
defaultValue: true
fromVersion: "1.27"
toVersion: "1.28"
- stage: stable
defaultValue: true
fromVersion: "1.29"
---
<!--
Enables the usage of `ReadWriteOncePod` PersistentVolume
access mode.
-->
允许使用 `ReadWriteOncePod` 访问模式的 PersistentVolume。

View File

@ -0,0 +1,21 @@
---
title: RecoverVolumeExpansionFailure
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.23"
---
<!--
Enables users to edit their PVCs to smaller
sizes so as they can recover from previously issued volume expansion failures.
See [Recovering from Failure when Expanding Volumes](/docs/concepts/storage/persistent-volumes/#recovering-from-failure-when-expanding-volumes)
for more details.
-->
允许用户编辑自己的 PVC 来缩容,以便从之前卷扩容引发的失败中恢复。
更多细节可参见[处理扩充卷过程中的失败](/zh-cn/docs/concepts/storage/persistent-volumes/#recovering-from-failure-when-expanding-volumes)。

View File

@ -0,0 +1,28 @@
---
title: RemainingItemCount
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.15"
toVersion: "1.15"
- stage: beta
defaultValue: true
fromVersion: "1.16"
toVersion: "1.28"
- stage: stable
defaultValue: true
fromVersion: "1.29"
---
<!--
Allow the API servers to show a count of remaining
items in the response to a
[chunking list request](/docs/reference/using-api/api-concepts/#retrieving-large-results-sets-in-chunks).
-->
允许 API 服务器在[分块列表请求](/zh-cn/docs/reference/using-api/api-concepts/#retrieving-large-results-sets-in-chunks)
的响应中显示剩余条目的个数。

View File

@ -0,0 +1,30 @@
---
title: RemoveSelfLink
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.16"
toVersion: "1.19"
- stage: beta
defaultValue: true
fromVersion: "1.20"
toVersion: "1.23"
- stage: stable
defaultValue: true
fromVersion: "1.24"
---
<!--
Sets the `.metadata.selfLink` field to blank (empty string) for all
objects and collections. This field has been deprecated since the Kubernetes v1.16
release. When this feature is enabled, the `.metadata.selfLink` field remains part of
the Kubernetes API, but is always unset.
-->
将所有对象和集合的 `.metadata.selfLink` 字段设置为空(空字符串)。
此字段自 Kubernetes v1.16 版本起已被弃用。
启用此特性后,`.metadata.selfLink` 字段仍然是 Kubernetes API 的一部分,但始终不设置。

View File

@ -0,0 +1,27 @@
---
# Removed from Kubernetes
title: RequestManagement
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.15"
toVersion: "1.16"
- stage: deprecated
fromVersion: "1.17"
toVersion: "1.17"
removed: true
---
<!--
Enables managing request concurrency with prioritization and fairness
at each API server. Deprecated by `APIPriorityAndFairness` since 1.17.
-->
允许在每个 API 服务器上通过优先级和公平性来管理请求并发性。
自 1.17 以来已被 `APIPriorityAndFairness` 替代。

View File

@ -0,0 +1,29 @@
---
# Removed from Kubernetes
title: ResourceLimitsPriorityFunction
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.9"
toVersion: "1.18"
- stage: deprecated
fromVersion: "1.19"
toVersion: "1.19"
removed: true
---
<!--
Enable a scheduler priority function that
assigns a lowest possible score of 1 to a node that satisfies at least one of
the input Pod's cpu and memory limits. The intent is to break ties between
nodes with same scores.
-->
启用某调度器优先级函数,此函数将最低得分 1 指派给至少满足输入 Pod 的 CPU 和内存限制之一的节点,
目的是打破得分相同的节点之间的关联。

View File

@ -0,0 +1,30 @@
---
# Removed from Kubernetes
title: ResourceQuotaScopeSelectors
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.11"
toVersion: "1.11"
- stage: beta
defaultValue: true
fromVersion: "1.12"
toVersion: "1.16"
- stage: stable
defaultValue: true
fromVersion: "1.17"
toVersion: "1.18"
removed: true
---
<!--
Enable resource quota scope selectors.
-->
启用资源配额范围选择算符。