c12s-kubespray/roles/kubernetes/node/templates
Bogdan Dobrelya 2af71f31b4 Rework systemd service units
* Add for docker system units:
    ExecReload=/bin/kill -s HUP $MAINPID
    Delegate=yes
    KillMode=process.
* Add missed DOCKER_OPTIONS for calico/weave docker systemd unit.
* Change Requires= to a less strict and non-faily Wants=, add missing
  Wants= for After=.
* Align wants/after in a wat if Wants=foo, After= has foo as well.
* Make wants/after docker.service to ask for the docker.socket as well.
* Move "docker rm -f" commands from ExecStartPre= to ExecStopPost=.
  hooks to ensure non-destructive start attempts issued by Wants=.

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2016-08-02 10:55:42 +02:00
..
manifests Add HA/LB endpoints for kube-apiserver 2016-07-25 17:25:45 +02:00
cni-calico.conf.j2 Add etcd proxy support 2016-07-19 14:09:40 +02:00
deb-kubelet.initd.j2 run apiserver as a service 2016-01-23 14:21:04 +01:00
kubelet-container.j2 Deploy kubelet and kube-apiserver as containers 2016-07-22 16:42:34 +03:00
kubelet.j2 Add HA/LB endpoints for kube-apiserver 2016-07-25 17:25:45 +02:00
kubelet.service.j2 Rework systemd service units 2016-08-02 10:55:42 +02:00
node-kubeconfig.yaml.j2 Master and nodes will run the 'node' role, kube-proxy is run under a container, new script for ssl certs 2015-12-12 19:37:08 +01:00
rh-kubelet.initd.j2 run apiserver as a service 2016-01-23 14:21:04 +01:00