Merge pull request #26242 from marccampbell/patch-1
Better description of Job execution
This commit is contained in:
@@ -13,7 +13,7 @@ weight: 50
|
|||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
||||||
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.
|
||||||
As pods successfully complete, the Job tracks the successful completions. When a specified number
|
As pods successfully complete, the Job tracks the successful completions. When a specified number
|
||||||
of successful completions is reached, the task (ie, Job) is complete. Deleting a Job will clean up
|
of successful completions is reached, the task (ie, Job) is complete. Deleting a Job will clean up
|
||||||
the Pods it created.
|
the Pods it created.
|
||||||
|
|||||||
Reference in New Issue
Block a user