You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are: - FailJob: indicates that the pod's job is marked as Failed and all
267
+
Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are:
268
+
- FailJob: indicates that the pod's job is marked as Failed and all
Represents the relationship between the container exit code(s) and the specified values. Containers completed with success (exit code 0) are excluded from the requirement check. Possible values are: - In: the requirement is satisfied if at least one container exit code
355
+
Represents the relationship between the container exit code(s) and the specified values. Containers completed with success (exit code 0) are excluded from the requirement check. Possible values are:
356
+
- In: the requirement is satisfied if at least one container exit code
355
357
(might be multiple if there are multiple containers not restricted
356
358
by the 'containerName' field) is in the set of specified values.
357
359
- NotIn: the requirement is satisfied if at least one container exit code
@@ -583,12 +585,11 @@ JobStatus 表示 Job 的当前状态。
583
585
(1)将 Pod UID 添加到此字段的列表中。(2)去掉 Pod 中的终结器。(3)从数组中删除 Pod UID,同时为相应的计数器加一。
584
586
585
587
<!--
586
-
This field is beta-level. The job controller only makes use of this field when the feature gate JobTrackingWithFinalizers is enabled (enabled by default). Old jobs might not be tracked using this field, in which case the field remains null.
588
+
Old jobs might not be tracked using this field, in which case the field remains null.
587
589
588
590
<a name="UncountedTerminatedPods"></a>
589
591
*UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.*
0 commit comments