Skip to content

Commit 7596db3

Browse files
authored
Merge pull request #44504 from windsonsea/gatep1
[zh] Localize part1 of /feature-gates/p*.md
2 parents 8866a00 + 8edf79b commit 7596db3

8 files changed

+207
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: PDBUnhealthyPodEvictionPolicy
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.26"
12+
toVersion: "1.26"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.27"
16+
---
17+
18+
<!--
19+
Enables the `unhealthyPodEvictionPolicy` field of a `PodDisruptionBudget`. This specifies
20+
when unhealthy pods should be considered for eviction. Please see [Unhealthy Pod Eviction Policy](/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy)
21+
for more details.
22+
-->
23+
启用 `PodDisruptionBudget``unhealthyPodEvictionPolicy` 字段。
24+
此字段指定何时应考虑驱逐不健康的 Pod。
25+
更多细节请参阅[不健康 Pod 驱逐策略](/zh-cn/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
# Removed from Kubernetes
3+
title: PersistentLocalVolumes
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
10+
stages:
11+
- stage: alpha
12+
defaultValue: false
13+
fromVersion: "1.7"
14+
toVersion: "1.9"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.10"
18+
toVersion: "1.13"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.14"
22+
toVersion: "1.16"
23+
24+
removed: true
25+
---
26+
27+
<!--
28+
Enable the usage of `local` volume type in Pods.
29+
Pod affinity has to be specified if requesting a `local` volume.
30+
-->
31+
允许在 Pod 中使用 `local` 卷类型。
32+
如果请求 `local` 卷,则必须指定 Pod 亲和性属性。
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: PersistentVolumeLastPhaseTransitionTime
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.28"
12+
toVersion: "1.28"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.29"
16+
---
17+
18+
<!--
19+
Adds a new field to PersistentVolume
20+
which holds a timestamp of when the volume last transitioned its phase.
21+
-->
22+
为 PersistentVolume 添加一个新字段,用于保存卷上一次转换阶段的时间戳。
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# Removed from Kubernetes
3+
title: PodAffinityNamespaceSelector
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
10+
stages:
11+
- stage: alpha
12+
defaultValue: false
13+
fromVersion: "1.21"
14+
toVersion: "1.21"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.22"
18+
toVersion: "1.23"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.24"
22+
toVersion: "1.25"
23+
24+
removed: true
25+
---
26+
27+
<!--
28+
Enable the
29+
[Pod Affinity Namespace Selector](/docs/concepts/scheduling-eviction/assign-pod-node/#namespace-selector)
30+
and [CrossNamespacePodAffinity](/docs/concepts/policy/resource-quotas/#cross-namespace-pod-affinity-quota)
31+
quota scope features.
32+
-->
33+
启用 [Pod 亲和性名字空间选择算符](/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node/#namespace-selector)
34+
[CrossNamespacePodAffinity](/zh-cn/docs/concepts/policy/resource-quotas/#cross-namespace-pod-affinity-quota)
35+
资源配额特性。
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: PodAndContainerStatsFromCRI
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.23"
12+
---
13+
14+
<!--
15+
Configure the kubelet to gather container and pod stats from the CRI container runtime rather than gathering them from cAdvisor.
16+
As of 1.26, this also includes gathering metrics from CRI and emitting them over `/metrics/cadvisor` (rather than having cAdvisor emit them directly).
17+
-->
18+
将 kubelet 配置为从 CRI 容器运行时收集容器和 Pod 的统计信息,而不是从 cAdvisor 收集统计信息。
19+
从 1.26 版本开始,这还包括从 CRI 收集指标并通过 `/metrics/cadvisor` 进行发布(而不是直接由 cAdvisor 发布)。
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: PodDeletionCost
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.21"
12+
toVersion: "1.21"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.22"
16+
---
17+
18+
<!--
19+
Enable the [Pod Deletion Cost](/docs/concepts/workloads/controllers/replicaset/#pod-deletion-cost)
20+
feature which allows users to influence ReplicaSet downscaling order.
21+
-->
22+
启用 [Pod 删除开销](/zh-cn/docs/concepts/workloads/controllers/replicaset/#pod-deletion-cost)特性,
23+
允许用户影响 ReplicaSet 的缩容顺序。
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
# Removed from Kubernetes
3+
title: PodDisruptionBudget
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
10+
stages:
11+
- stage: alpha
12+
defaultValue: false
13+
fromVersion: "1.3"
14+
toVersion: "1.4"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.5"
18+
toVersion: "1.20"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.21"
22+
toVersion: "1.25"
23+
24+
removed: true
25+
---
26+
27+
<!--
28+
Enable the [PodDisruptionBudget](/docs/tasks/run-application/configure-pdb/) feature.
29+
-->
30+
启用 [PodDisruptionBudget](/zh-cn/docs/tasks/run-application/configure-pdb/) 特性。
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: PodDisruptionConditions
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.25"
12+
toVersion: "1.25"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.26"
16+
---
17+
18+
<!--
19+
Enables support for appending a dedicated pod condition indicating that the pod is being deleted due to a disruption.
20+
-->
21+
启用支持追加一个专用的 Pod 状况,以表示 Pod 由于某个干扰正在被删除。

0 commit comments

Comments
 (0)