kubernetes + containerd installer
Signed-off-by: Abhinandan Prativadi <abhi@docker.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,7 +5,7 @@ After=containerd.service
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
RestartSec=5
|
||||
ExecStart=/usr/local/bin/cri-containerd --logtostderr
|
||||
OOMScoreAdjust=-999
|
||||
|
||||
|
||||
Reference in New Issue
Block a user