Fixed
Status Update
Comments
su...@google.com <su...@google.com>
sa...@google.com <sa...@google.com>
sa...@google.com <sa...@google.com> #2
Information redacted by Android Beta Feedback.
Description
Problem you have encountered:
We see if cluster autoscaler deletes nodes with a pod which is created from CronJob, the recreated pod is not cancelled when next CronJob is staring.
What you expected to happen:
The Recreated pod has cancelled when next CronJob is starting.
Steps to reproduce:
1. Create a CronJob.
2. Delete the pod by cluster autoscaler.
3. Check the recreated pod has cancelled or not.
Other information (workarounds you have tried, documentation consulted, etc):
This behavior can prevent by PDB but it seems not straightforward. So, we're requesting to change this behaviour.