We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec3c3f commit fcdb477Copy full SHA for fcdb477
content/en/docs/concepts/workloads/controllers/job.md
@@ -595,6 +595,8 @@ Here is a manifest for a Job with `successPolicy`:
595
In the example above, the rule of the success policy specifies that
596
the Job should be marked succeeded and terminate the lingering Pods
597
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.
600
601
Note that the `succeededIndexes` is represented as intervals separated by a hyphen.
602
The number are listed in represented by the first and last element of the series, separated by a hyphen.
0 commit comments