Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.01 KB

nodes-nodes-jobs.adoc

File metadata and controls

30 lines (19 loc) · 1.01 KB

Running tasks in pods using jobs

A job executes a task in your {product-title} cluster.

A job tracks the overall progress of a task and updates its status with information about active, succeeded, and failed pods. Deleting a job will clean up any pod replicas it created. Jobs are part of the Kubernetes API, which can be managed with oc commands like other object types.

See the Kubernetes documentation for more information about jobs.