I have a cron job in k8s with cron like
* * * * *
it runs every minute.
In the pod, how can I get when a certain pod was scheduled? I want to get the data time when the pod was gonna scheduled in my container as an env variable. If the pod crashes, I want the value when it was gonna scheduled and not when it started after restarting.