From 22f2106a3ac3772752998eb5e9eee095106f1843 Mon Sep 17 00:00:00 2001 From: Carlos Date: Sat, 25 May 2019 14:13:26 +0200 Subject: [PATCH] Add content/es/docs/reference/glossary/job.md (#14359) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- content/es/docs/reference/glossary/job.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 content/es/docs/reference/glossary/job.md diff --git a/content/es/docs/reference/glossary/job.md b/content/es/docs/reference/glossary/job.md new file mode 100755 index 0000000000..0848176cfd --- /dev/null +++ b/content/es/docs/reference/glossary/job.md @@ -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. + + + +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. +