c12s-kubespray/roles/kubernetes/node
Bogdan Dobrelya dff78f616e Allow pre-downloaded images to be used effectively
According to http://kubernetes.io/docs/user-guide/images/ :
By default, the kubelet will try to pull each image from the
specified registry. However, if the imagePullPolicy property
of the container is set to IfNotPresent or Never, then a local\
image is used (preferentially or exclusively, respectively).

Use IfNotPresent value to allow images prepared by the download
role dependencies to be effectively used by kubelet without pull
errors resulting apps to stay blocked in PullBackOff/Error state
even when there are images on the localhost exist.

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2016-11-22 16:16:04 +01:00
..
defaults Fix idempotency/recurrence of download and preinstall 2016-10-24 18:28:53 +02:00
handlers Fix etcd restart and handler systemd tasks 2016-07-29 16:32:35 +03:00
meta Download images as dependencies of roles 2016-11-22 11:13:57 +01:00
tasks Move CNI config and add MTU support for calico-cni 2016-11-15 18:05:11 +01:00
templates Allow pre-downloaded images to be used effectively 2016-11-22 16:16:04 +01:00