Skip to content

Commit

Permalink
Traducida la página de Job
Browse files Browse the repository at this point in the history
  • Loading branch information
krlooss committed May 16, 2019
1 parent b3ea799 commit c5a3272
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/es/docs/reference/glossary/job.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ id: job
date: 2018-04-12
full_link: /docs/concepts/workloads/controllers/jobs-run-to-completion
short_description: >
A finite or batch task that runs to completion.
Una tarea finita o por lotes que se ejecuta hasta su finalización.
aka:
tags:
- fundamental
- core-object
- workload
---
A finite or batch task that runs to completion.
Una tarea finita o por lotes que se ejecuta hasta su finalización.

<!--more-->

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.
Crea uno o más objetos {{< glossary_tooltip term_id="pod" >}} y se asegura que un número específico de los mismos finalicen exitosamente. Mientras los Pods terminan, la Tarea rastrea las finalizaciones exitosas.

0 comments on commit c5a3272

Please sign in to comment.