mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
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