Let's say I have a cronjob created at my cluster. It runs once a day.
My question is, on the second, third, etc. run will it use the cached copy of the pulled image (does Kubernetes have something like a "pulled image local cache"?) or for each and every cronjob run my kubernetes cluster will pull the image from my private repository?