Kubernetes Container Image Pull Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:


=Pull Policy=
=Pull Policy=
The pull policy is configured on a per-pod basis using the imagePullPolicy tag in the pod manifes.
{{Internal|Kubernetes_Pod_Manifest#imagePullPolicy|Kubernetes Pod Manifest - imagePullPolicy}}
{{Internal|Kubernetes_Pod_Manifest#imagePullPolicy|Kubernetes Pod Manifest - imagePullPolicy}}

Revision as of 17:15, 26 August 2020

External

Internal

Overview

A pod's containers pull their images from their respective repositories while the pod is in Pending phase. Technically, it is the kubelet that performs the image pulling on behalf of the pod.

Pull Policy

The pull policy is configured on a per-pod basis using the imagePullPolicy tag in the pod manifes.


Kubernetes Pod Manifest - imagePullPolicy