Troubleshoot a cronjob
kubectl get jobs
k describe job/automapper-1623412800
k create job automapper-manual-true --from=cronjob/automapper
https://kubernetes.io/docs/concepts/workloads/controllers/job/#handling-pod-and-container-failures
Last updated
Was this helpful?