Is there a way to kill a long running cronjob in kubernetes? Basically, I have created a CronJob in kubernetes. It is running a time consuming operation. I would like to put a limit on it. So, the pod associated with this cronjon should be killed/deleted automatically; if it doesn’t finish up with in a specific time period say, 5 minutes.