A container image is required to create a container. Images may be stored locally or in a remote image repository.
The imagePullPolicy field in the Kubernetes configuration file is used to describe the image pull policy. This field has the following value options:
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
imagePullPolicy: Never
Description
If imagePullPolicy is left blank, the policy defaults to Always.