c12s-kubespray/roles/kubernetes/master
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 Add service-node-port-range parameter for kube-apiserver 2016-11-18 14:09:38 +01:00
files Generate kubectl bash completion from kubectl instead of file 2016-11-14 14:54:59 +04:00
handlers Allow subdomains of dns_domain and fix kubelet restarts 2016-09-27 14:32:49 +02:00
meta Download containers and save all 2016-09-15 16:43:56 +02:00
tasks Generate kubectl bash completion from kubectl instead of file 2016-11-14 14:54:59 +04:00
templates Allow pre-downloaded images to be used effectively 2016-11-22 16:16:04 +01:00
vars Ansible 2.0 2016-01-13 16:40:24 +01:00