kubernetes + containerd installer

Signed-off-by: Abhinandan Prativadi <abhi@docker.com>
This commit is contained in:
Abhinandan Prativadi
2017-09-07 14:11:52 -07:00
parent 9558ff2001
commit bafc7be9be
8 changed files with 191 additions and 3 deletions

View File

@@ -4,11 +4,13 @@ Documentation=https://containerd.io
After=network.target
[Service]
Restart=always
RestartSec=10
ExecStartPre=/sbin/modprobe overlay
ExecStart=/usr/local/bin/containerd
Restart=always
RestartSec=5
Delegate=yes
KillMode=process
OOMScoreAdjust=-999
[Install]
WantedBy=multi-user.target

View File

@@ -5,7 +5,7 @@ After=containerd.service
[Service]
Restart=always
RestartSec=10
RestartSec=5
ExecStart=/usr/local/bin/cri-containerd --logtostderr
OOMScoreAdjust=-999