Files
kubernetes/pkg
Kubernetes Submit Queue 8cc6729d90 Merge pull request #55906 from aveshagarwal/master-scheduler-limits
Automatic merge from submit-queue (batch tested with PRs 55893, 55906, 55026). 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>.

Implement a priority function that considers pod's resource limits  

This PR implement a new priority function `ResourceLimitsPriorityMap` (disabled by default and behind alpha feature gate and not part of the scheduler's default priority functions list) that assigns a lowest possible score of 1 to a node that satisfies one or both of input pod's cpu and memory limits, mainly to break ties between nodes with same scores.

@kubernetes/sig-scheduling-pr-reviews @sjenning @derekwaynecarr 

**Release note**:

```release-note
A new priority function `ResourceLimitsPriorityMap` (disabled by default and behind alpha feature gate and not part of the scheduler's default priority functions list) that assigns a lowest possible score of 1 to a node that satisfies one or both of input pod's cpu and memory limits, mainly to break ties between nodes with same scores.
```
2017-11-28 18:24:52 -08:00
..
2017-11-22 18:40:09 +00:00
2017-10-15 18:18:13 -07:00
2017-10-15 18:18:13 -07:00
2017-11-22 18:40:09 +00:00
2017-11-22 18:40:09 +00:00
2017-10-15 18:18:13 -07:00
2017-11-22 18:40:09 +00:00
2017-11-23 16:06:51 +08:00
2017-10-15 18:18:13 -07:00
2017-11-21 15:05:23 +08:00
2017-10-15 18:18:13 -07:00
2017-11-23 16:06:51 +08:00
2017-11-09 12:14:08 +01:00
2017-11-09 12:14:08 +01:00
2017-10-15 18:18:13 -07:00
2017-10-15 18:18:13 -07:00
2017-11-22 18:40:09 +00:00