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.
2 parents e30a9bb + 8a48273 commit 4d5a5ecCopy full SHA for 4d5a5ec
content/en/docs/concepts/workloads/controllers/job.md
@@ -13,7 +13,7 @@ weight: 50
13
14
<!-- overview -->
15
16
-A Job creates one or more Pods and ensures that a specified number of them successfully terminate.
+A Job creates one or more Pods and will continue to retry execution of the Pods until a specified number of them successfully terminate.
17
As pods successfully complete, the Job tracks the successful completions. When a specified number
18
of successful completions is reached, the task (ie, Job) is complete. Deleting a Job will clean up
19
the Pods it created.
0 commit comments