Merge pull request #23442 from thaJeztah/remove-defaultExitOnUnhealthy

remove unused defaultExitOnUnhealthy constant
Upstream-commit: 576c9fa2007cfb5f379f67b11cd852800f9175c6
Component: engine
This commit is contained in:
Alexander Morozov
2016-06-11 16:37:39 -07:00
committed by GitHub
-3
View File
@@ -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
)