Include duration in logs when evicting pods
mikkeloscar opened this issue · 2 comments
mikkeloscar commented
Would be nice if the CLM logged for how long it had tried to evict each pod, to make it more clear which pods are not evictable for a long time.
AlexanderYastrebov commented
I think it eventually logs how long it took to complete
which takes up to
I am not sure it makes sense to log the retry progress as that may unnecessary pollute logs.
aermakov-zalando commented
This is about force eviction (kubernetes delete
-> grace period -> pod deletion), I think Mikkel meant the total time.