Docs/CloudNative/Kubernetes/Base/job相关
2022-10-18 16:59:37 +08:00

16 lines
No EOL
476 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

job.spec.backoffLimit:重试次数限制
job.spec.template.spec.restartPolicy:重启策略,Always,OnFailure,Never
## 并行job
job.spec.completionsjob总共被执行的次数
job.spec.parallelism并行执行个数
## CronJob
cronjob.spec.schedule: 定时与crontab格式一样
cronjob.spec.startingDeadlineSeconds:job最长启动时间
cronjob.spec.concurrencyPolicy是否允许并行运行
cronjob.spec.successfulJobsHistoryLimit:允许存留历史job个数