KubeCon 2017: Adds Job glossary term

reviewable/pr6593/r1
Ryan McGinnis 2017-12-05 13:47:21 -08:00 committed by GitHub
parent ad961300bc
commit d23235cb79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
_data/glossary/job.yaml Normal file
View File

@ -0,0 +1,8 @@
id: job
name: Job
tags:
- core-object
short-description: >
A finite or batch task that runs to completion.
long-description: >
Creates one or more {% glossary_tooltip term_id="pod" %} objects and ensures that a specified number of them successfully terminate. As Pods successfully complete, the Job tracks the successful completions.