We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I think it eventually logs how long it took to complete
cluster-lifecycle-manager/pkg/updatestrategy/drain.go
Line 387 in dc1763e
Line 420 in dc1763e
I am not sure it makes sense to log the retry progress as that may unnecessary pollute logs.
Sorry, something went wrong.
This is about force eviction (kubernetes delete -> grace period -> pod deletion), I think Mikkel meant the total time.
delete
gargravarr
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: