Skip to content

Commit

Permalink
Add timeout flag to eliotd
Browse files Browse the repository at this point in the history
  • Loading branch information
ernoaapa committed Feb 12, 2018
1 parent ba63ec5 commit 0394cc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/eliotd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ func main() {
EnvVar: "ELIOT_CONTAINERD",
Value: "/run/containerd/containerd.sock",
},
cli.DurationFlag{
Name: "timeout, t",
Usage: "total timeout for runtime requests",
EnvVar: "ELIOT_TIMEOUT",
},
cli.BoolTFlag{
Name: "lifecycle-controller",
Usage: "Enable container lifecycle controller",
Expand Down

0 comments on commit 0394cc1

Please sign in to comment.