Skip to content

Commit 817ff50

Browse files
committed
[zh] Localize part2 of feature-gates/p*.md
1 parent e5273e5 commit 817ff50

File tree

7 files changed

+178
-0
lines changed

7 files changed

+178
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: PodHasNetworkCondition
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.27"
13+
14+
removed: true
15+
---
16+
17+
<!--
18+
Enable the kubelet to mark the [PodHasNetwork](/docs/concepts/workloads/pods/pod-lifecycle/#pod-has-network)
19+
condition on pods. This was renamed to `PodReadyToStartContainersCondition` in 1.28.
20+
-->
21+
使得 kubelet 能够对 Pod 标记
22+
[PodHasNetwork](/zh-cn/docs/concepts/workloads/pods/pod-lifecycle/#pod-has-network) 状况。
23+
此特性在 1.28 中重命名为 `PodReadyToStartContainersCondition`
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: PodHostIPs
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+
Enable the `status.hostIPs` field for pods and the {{< glossary_tooltip term_id="downward-api" text="downward API" >}}.
20+
The field lets you expose host IP addresses to workloads.
21+
-->
22+
为 Pod 和 {{< glossary_tooltip term_id="downward-api" text="downward API" >}}
23+
启用 `status.hostIPs` 字段。此字段允许你将主机 IP 地址暴露给工作负载。
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: PodIndexLabel
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.28"
12+
---
13+
14+
<!--
15+
Enables the Job controller and StatefulSet controller to add the pod index as a label when creating new pods. See [Job completion mode docs](/docs/concepts/workloads/controllers/job#completion-mode) and [StatefulSet pod index label docs](/docs/concepts/workloads/controllers/statefulset/#pod-index-label) for more details.
16+
-->
17+
在创建新的 Pod 时允许 Job 控制器和 StatefulSet 控制器将 Pod 索引添加为标签。
18+
详情参见 [Job 完成模式文档](/zh-cn/docs/concepts/workloads/controllers/job#completion-mode)
19+
[StatefulSet Pod 索引标签文档](/zh-cn/docs/concepts/workloads/controllers/statefulset/#pod-index-label)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: PodLifecycleSleepAction
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.29"
12+
---
13+
14+
<!--
15+
Enables the `sleep` action in Container lifecycle hooks.
16+
-->
17+
在 Container 生命周期钩子中启用 `sleep` 操作。
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: PodOverhead
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.16"
14+
toVersion: "1.17"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.18"
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 [PodOverhead](/docs/concepts/scheduling-eviction/pod-overhead/)
29+
feature to account for pod overheads.
30+
-->
31+
启用 [PodOverhead](/zh-cn/docs/concepts/scheduling-eviction/pod-overhead/)
32+
特性以计算 Pod 开销。
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
# Removed from Kubernetes
3+
title: PodPriority
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.8"
14+
toVersion: "1.10"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.11"
18+
toVersion: "1.13"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.14"
22+
toVersion: "1.18"
23+
24+
removed: true
25+
---
26+
27+
<!--
28+
Enable the descheduling and preemption of Pods based on their
29+
[priorities](/docs/concepts/scheduling-eviction/pod-priority-preemption/).
30+
-->
31+
允许根据[优先级](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/)取消调度和抢占 Pod。
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
# Removed from Kubernetes
3+
title: PodReadinessGates
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.11"
14+
toVersion: "1.11"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.12"
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 setting of `PodReadinessGate` field for extending
29+
Pod readiness evaluation. See [Pod readiness gate](/docs/concepts/workloads/pods/pod-lifecycle/#pod-readiness-gate)
30+
for more details.
31+
-->
32+
允许设置 `podReadinessGate` 字段以扩展 Pod 就绪状态评估。更多细节请参见
33+
[Pod 就绪状态判别](/zh-cn/docs/concepts/workloads/pods/pod-lifecycle/#pod-readiness-gate)

0 commit comments

Comments
 (0)