Skip to content

Commit 8866a00

Browse files
authored
Merge pull request #44513 from Fan-Lin/FL01
[zh] Localize feature-gates/j*.md
2 parents a445826 + 56c8250 commit 8866a00

File tree

6 files changed

+162
-0
lines changed

6 files changed

+162
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: JobBackoffLimitPerIndex
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
9+
stages:
10+
- stage: alpha
11+
defaultValue: false
12+
fromVersion: "1.28"
13+
toVersion: "1.28"
14+
- stage: beta
15+
defaultValue: true
16+
fromVersion: "1.29"
17+
---
18+
19+
<!--
20+
Allows specifying the maximal number of pod
21+
retries per index in Indexed jobs.
22+
-->
23+
允许在索引作业中指定每个索引的最大 Pod 重试次数。
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: JobMutableNodeSchedulingDirectives
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.23"
12+
toVersion: "1.26"
13+
- stage: stable
14+
defaultValue: true
15+
fromVersion: "1.27"
16+
toVersion: "1.28"
17+
18+
removed: true
19+
---
20+
21+
<!--
22+
Allows updating node scheduling directives in
23+
the pod template of [Job](/docs/concepts/workloads/controllers/job).
24+
-->
25+
允许更新在 [Job](/zh-cn/docs/concepts/workloads/controllers/job/)
26+
的 Pod 模板中的节点调度指令。
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: JobPodFailurePolicy
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+
Allow users to specify handling of pod failures based on container
20+
exit codes and pod conditions.
21+
-->
22+
允许用户根据容器退出码和 Pod 状况来指定 Pod 失效的处理方法。
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: JobPodReplacementPolicy
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+
Allows you to specify pod replacement for terminating pods in a [Job](/docs/concepts/workloads/controllers/job)
20+
-->
21+
允许你在 [Job](/zh-cn/docs/concepts/workloads/controllers/job/) 中为终止的 Pod 指定替代 Pod。
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: JobReadyPods
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+
toVersion: "1.23"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.24"
16+
toVersion: "1.28"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.29"
20+
---
21+
22+
<!--
23+
Enables tracking the number of Pods that have a `Ready`
24+
[condition](/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions).
25+
The count of `Ready` pods is recorded in the
26+
[status](/docs/reference/kubernetes-api/workload-resources/job-v1/#JobStatus)
27+
of a [Job](/docs/concepts/workloads/controllers/job) status.
28+
-->
29+
允许跟踪[状况](/zh-cn/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions)
30+
`Ready` 的 Pod 的个数。`Ready` 的 Pod 记录在
31+
[Job](/zh-cn/docs/concepts/workloads/controllers/job/) 对象的
32+
[status](/zh-cn/docs/reference/kubernetes-api/workload-resources/job-v1/#JobStatus) 字段中。
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: JobTrackingWithFinalizers
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.22"
12+
toVersion: "1.22"
13+
- stage: beta
14+
defaultValue: false
15+
fromVersion: "1.23"
16+
toVersion: "1.24"
17+
- stage: beta
18+
defaultValue: true
19+
fromVersion: "1.25"
20+
toVersion: "1.25"
21+
- stage: stable
22+
defaultValue: true
23+
fromVersion: "1.26"
24+
toVersion: "1.28"
25+
26+
removed: true
27+
---
28+
29+
<!--
30+
Enables tracking [Job](/docs/concepts/workloads/controllers/job)
31+
completions without relying on Pods remaining in the cluster indefinitely.
32+
The Job controller uses Pod finalizers and a field in the Job status to keep
33+
track of the finished Pods to count towards completion.
34+
-->
35+
启用跟踪 [Job](/zh-cn/docs/concepts/workloads/controllers/job/)
36+
完成情况,而非总是从集群剩余 Pod 获取信息来判断完成情况。
37+
Job 控制器使用 Pod 终结器(finalizers)和 Job 状态中的一个字段
38+
来跟踪已完成的 Pod 以计算完成度。

0 commit comments

Comments
 (0)