Log an event when container runtime exceeds grace-period during eviction
This commit is contained in:
@@ -24,6 +24,7 @@ const (
|
||||
FailedToStartContainer = "Failed"
|
||||
KillingContainer = "Killing"
|
||||
BackOffStartContainer = "BackOff"
|
||||
ExceededGracePeriod = "ExceededGracePeriod"
|
||||
|
||||
// Image event reason list
|
||||
PullingImage = "Pulling"
|
||||
|
Reference in New Issue
Block a user