Increase containerd start-timeout to 2 minutes
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
9810988fb5
commit
4251e1e99e
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ func (r *remote) runContainerdDaemon() error {
|
|||
}
|
||||
|
||||
// Start a new instance
|
||||
args := []string{"-l", r.rpcAddr, "--runtime", "docker-runc"}
|
||||
args := []string{"-l", r.rpcAddr, "--runtime", "docker-runc", "--start-timeout", "2m"}
|
||||
if r.debugLog {
|
||||
args = append(args, "--debug", "--metrics-interval=0")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue