c12s-kubespray/roles
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
..
adduser turn adduser/download roles into meta roles 2016-05-22 17:25:52 -05:00
bootstrap-os updated bootstrap-ubuntu.yml 2016-11-16 12:11:54 +01:00
dnsmasq Allow pre-downloaded images to be used effectively 2016-11-22 16:16:04 +01:00
docker Swap order in which we reload docker/socket 2016-11-01 13:12:40 +01:00
download Download images as dependencies of roles 2016-11-22 11:13:57 +01:00
etcd Ensure that etcd health checks always pass 2016-11-18 14:15:00 -08:00
kubernetes Allow pre-downloaded images to be used effectively 2016-11-22 16:16:04 +01:00
kubernetes-apps Allow pre-downloaded images to be used effectively 2016-11-22 16:16:04 +01:00
network_plugin Allow pre-downloaded images to be used effectively 2016-11-22 16:16:04 +01:00
uploads upgrade k8s version to 1.4.6 2016-11-14 21:40:05 +01:00