k8s documentation about IfNotPresent image pull policy states:
the image is pulled only if it is not already present locally.
I'm not sure what "locally" actually means. Does it mean "locally in a k8s cluster" or "locally on a node where pod is created"? If I have 2 pods with same images but different image pull policies, does pulling the image for the 1st pod affects another pod?