I encountered one weird cleanup issue in k8s when cleaning up CronJob and its associated running Pods. Look like some component created a new Pod when i did the following:
What I expected after doing 1) and then 2), there will be no CronJob Pod will be running. But i observed:
I am wondering if the steps to clean up CronJob and its Pods is correct and which component in k8s creates the new CronJob Pod ?