Search code examples
kubernetescron-task

How can I set Kubernetes Cronjob to run at a specific min time?


I would like to run the job at each 30 min + 2, such as 9:02 9:32 10:02 ... How to set this in * * * * *?


Solution

  • You can specify minutes 2 and 32. so it would be

    2,32 * * * *