c12s-kubespray/roles/kubernetes/node/templates
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
..
manifests Allow pre-downloaded images to be used effectively 2016-11-22 16:16:04 +01:00
deb-kubelet.initd.j2 Fix init scripts for etcd. Fixes #383 2016-08-15 14:09:42 +03:00
kubelet-container.j2 Deploy kubelet and kube-apiserver as containers 2016-07-22 16:42:34 +03:00
kubelet.j2 Fix mountflags and kubelet config 2016-11-15 11:22:23 +01:00
kubelet.service.j2 Move docker systemd unit creation to docker role 2016-08-02 17:56:24 +03:00
nginx.conf.j2 use nginx proxy on non-master nodes to proxy apiserver traffic 2016-10-05 20:09:10 +03:00
node-kubeconfig.yaml.j2 Bump Calico-CNI plugin binaries versions 2016-10-07 13:14:46 +03:00
rh-kubelet.initd.j2 run apiserver as a service 2016-01-23 14:21:04 +01:00