Skip to content

Commit fcdb477

Browse files
committed
KEP-3998: Mention SuccessCriteriaMet condition
Signed-off-by: Yuki Iwai <[email protected]>
1 parent cec3c3f commit fcdb477

File tree

1 file changed

+2
-0
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+2
-0
lines changed

content/en/docs/concepts/workloads/controllers/job.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,8 @@ Here is a manifest for a Job with `successPolicy`:
595595
In the example above, the rule of the success policy specifies that
596596
the Job should be marked succeeded and terminate the lingering Pods
597597
if one of the 0, 2, and 3 indexes succeeded.
598+
The Job that met the success policy gets the `SuccessCriteriaMet` condition.
599+
After the removal of the lingering Pods is issued, the Job gets the `Complete` condition.
598600

599601
Note that the `succeededIndexes` is represented as intervals separated by a hyphen.
600602
The number are listed in represented by the first and last element of the series, separated by a hyphen.

0 commit comments

Comments
 (0)