zh-trans: add job.md (#11446)
* zh-trans: add job.md zh-trans: add job.md * Update job.md * Update job.md * Update job.md * Update job.md
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ccd4be8185
commit
9e1c6033d7
@@ -3,6 +3,22 @@ title: Job
|
|||||||
id: job
|
id: job
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/workloads/controllers/jobs-run-to-completion
|
full_link: /docs/concepts/workloads/controllers/jobs-run-to-completion
|
||||||
|
short_description: >
|
||||||
|
Job 是需要运行完成的确定性的或批量的任务。
|
||||||
|
|
||||||
|
aka:
|
||||||
|
tags:
|
||||||
|
- fundamental
|
||||||
|
- core-object
|
||||||
|
- workload
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
---
|
||||||
|
title: Job
|
||||||
|
id: job
|
||||||
|
date: 2018-04-12
|
||||||
|
full_link: /docs/concepts/workloads/controllers/jobs-run-to-completion
|
||||||
short_description: >
|
short_description: >
|
||||||
A finite or batch task that runs to completion.
|
A finite or batch task that runs to completion.
|
||||||
|
|
||||||
@@ -12,9 +28,18 @@ tags:
|
|||||||
- core-object
|
- core-object
|
||||||
- workload
|
- workload
|
||||||
---
|
---
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
A finite or batch task that runs to completion.
|
A finite or batch task that runs to completion.
|
||||||
|
-->
|
||||||
|
|
||||||
|
Job 是需要运行完成的确定性的或批量的任务。
|
||||||
|
|
||||||
<!--more-->
|
<!--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.
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
Job 创建一个或多个 {{< glossary_tooltip term_id="Pod" >}} 对象,并确保指定数量的 Pod 成功终止。随着各 Pod 成功结束,Job 会跟踪记录成功完成的个数。
|
||||||
|
|||||||
Reference in New Issue
Block a user