How do I force Kubernetes to re-pull an image? - Stack Overflow 315 Kubernetes will pull upon Pod creation if either (see updating-images doc): Using images tagged :latest imagePullPolicy: Always is specified This is great if you want to always pull But what if you want to do it on demand: For example, if you want to use some-public-image:latest but only want to pull a newer version manually when you ask