Increase containerd start-timeout to 2 minutes
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
(cherry picked from commit 4251e1e99e
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
4a3b9a606b
commit
64a91ee74e
1 changed files with 1 additions and 0 deletions
|
@ -357,6 +357,7 @@ func (r *remote) runContainerdDaemon() error {
|
|||
"--shim", "docker-containerd-shim",
|
||||
"--runtime", "docker-runc",
|
||||
"--metrics-interval=0",
|
||||
"--start-timeout", "2m",
|
||||
"--state-dir", filepath.Join(r.stateDir, containerdStateDir),
|
||||
}
|
||||
if r.debugLog {
|
||||
|
|
Loading…
Reference in a new issue