forked from kubernetes/autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[local] Reduce time waited for pod evictions to finish
The time waited for all pods in a group to be drained from a node is guaranteed to be no more than the grace period configured for the priority class group + the pod eviction headroom. However, if all the pod's termination grace periods are less than the priority class-level grace period, we can reduce the time waited to the largest termination grace period of the pods in the group. This should be dropped when kubernetes#6497 is merged.
- Loading branch information
1 parent
37bda62
commit 0456178
Showing
1 changed file
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters