remove unused defaultExitOnUnhealthy constant
the '--exit-on-unhealty' option was removed, but we forgot to remove this constant. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 1dd28788f14d19ac5d9a1248769c689d9398236d Component: engine
This commit is contained in:
@ -32,9 +32,6 @@ const (
|
||||
// for the container to be considered unhealthy.
|
||||
defaultProbeRetries = 3
|
||||
|
||||
// Shut down a container if it becomes Unhealthy.
|
||||
defaultExitOnUnhealthy = true
|
||||
|
||||
// Maximum number of entries to record
|
||||
maxLogEntries = 5
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user