K8S Version: 1.23
I have an hourly CronJob with 5 inner pods. After some time, part of these pods goes to shutdown and moved to the Completed state (it's expected), but the rest - still works, so have a Running state.
At the next hour, this CronJob will not be triggered due to the Running pods (it's also expected). But I need to force recreate pods with the Completed state if a Running still exists. Is it possible?