File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
content/zh/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,8 @@ and set this flag to `false`. For example:
276
276
* For instructions on creating and working with CronJobs, and for an example
277
277
of a CronJob manifest,
278
278
see [Running automated tasks with CronJobs](/docs/tasks/job/automated-tasks-with-cron-jobs/).
279
+ * For instructions to clean up failed or completed jobs automatically,
280
+ see [Clean up Jobs automatically](/docs/concepts/workloads/controllers/job/#clean-up-finished-jobs-automatically)
279
281
* `CronJob` is part of the Kubernetes REST API.
280
282
Read the {{< api-reference page="workload-resources/cron-job-v1" >}}
281
283
object definition to understand the API for Kubernetes cron jobs.
@@ -285,6 +287,7 @@ and set this flag to `false`. For example:
285
287
* 阅读 CronJob ` .spec.schedule ` 字段的[ 格式] ( https://pkg.go.dev/github.com/robfig/cron/v3#hdr-CRON_Expression_Format ) 。
286
288
* 有关创建和使用 CronJob 的说明及示例规约文件,请参见
287
289
[ 使用 CronJob 运行自动化任务] ( /zh/docs/tasks/job/automated-tasks-with-cron-jobs/ ) 。
290
+ * 有关自动清理失败或完成作业的说明,请参阅[ 自动清理作业] ( /zh/docs/concepts/workloads/controllers/job/#clean-up-finished-jobs-automatically )
288
291
* ` CronJob ` 是 Kubernetes REST API 的一部分,
289
292
阅读 {{< api-reference page="workload-resources/cron-job-v1" >}}
290
293
对象定义以了解关于该资源的 API。
You can’t perform that action at this time.
0 commit comments