Files
kubernetes/test/e2e_node
Kubernetes Submit Queue 03b7d77be4 Merge pull request #54316 from dashpole/disk_request_eviction
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Take disk requests into account during evictions

fixes #54314

This PR is part of the local storage feature, and it makes the eviction manager take disk requests into account during disk evictions.
This uses the same eviction strategy as we do for memory.
Disk requests are only considered when the LocalStorageCapacityIsolation feature gate is enabled.  This is enforced by adding a check for the feature gate in getRequests().
I have added unit testing to ensure that previous behavior is preserved when the feature gate is disabled.
Most of the changes are testing.  Reviewers should focus on changes in **eviction/helpers.go**

/sig node
/assign @jingxu97  @vishh
2017-11-21 14:31:47 -08:00
..
2017-10-15 18:18:13 -07:00
2017-10-15 18:18:13 -07:00
2017-11-09 12:14:08 +01:00
2017-06-22 11:31:03 -07:00
2016-07-16 13:48:21 -04:00
2017-11-10 14:16:27 -08:00
2017-09-28 08:47:22 +08:00
2017-06-22 11:31:03 -07:00
2017-07-20 09:48:54 -07:00
2017-09-28 08:47:22 +08:00
2017-06-22 11:31:03 -07:00