File tree Expand file tree Collapse file tree 6 files changed +162
-0
lines changed
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 6 files changed +162
-0
lines changed Original file line number Diff line number Diff line change
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 重试次数。
Original file line number Diff line number Diff line change
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 模板中的节点调度指令。
Original file line number Diff line number Diff line change
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 失效的处理方法。
Original file line number Diff line number Diff line change
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。
Original file line number Diff line number Diff line change
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 ) 字段中。
Original file line number Diff line number Diff line change
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 以计算完成度。
You can’t perform that action at this time.
0 commit comments