Skip to content

Commit

Permalink
Add content/es/docs/reference/glossary/job.md (kubernetes#14359)
Browse files Browse the repository at this point in the history
* Agregado el termino Job al glosario

* Traducida la página de Job

* Update content/es/docs/reference/glossary/job.md

accepted reviewer changes

Co-Authored-By: Rael Garcia <me@rael.io>
  • Loading branch information
2 people authored and yoonian committed May 28, 2019
1 parent 0db5c11 commit 7e741b6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions content/es/docs/reference/glossary/job.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Job
id: job
date: 2018-04-12
full_link: /docs/concepts/workloads/controllers/jobs-run-to-completion
short_description: >
Una tarea finita o por lotes que se ejecuta hasta su finalización.
aka:
tags:
- fundamental
- core-object
- workload
---
Una tarea finita o por lotes que se ejecuta hasta su finalización.

<!--more-->

Crea uno o más objetos {{< glossary_tooltip term_id="pod" >}} y se asegura que un número específico de los mismos finalicen con éxito. A medida que los Pods terminan, el objeto Job registra las ejecuciones completadas correctamente.

0 comments on commit 7e741b6

Please sign in to comment.