Kubernetes Job Manifest
Jump to navigation
Jump to search
External
- https://kubernetes.io/docs/concepts/workloads/controllers/job/
- https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#job-v1-batch
Internal
Overview
Example
.spec Elements
backoffLimit
Specifies the number of retries before marking this job failed. Defaults to 6. Retries are counted in addition to the initial execution.