diff options
| author | dinghaiyang <dinghaiyang@huawei.com> | 2015-09-04 18:44:56 +0800 |
|---|---|---|
| committer | dinghaiyang <dinghaiyang@huawei.com> | 2015-09-09 15:38:34 +0800 |
| commit | aeebd9492c5b1fda8925f36dbe2e134b2a2026b6 (patch) | |
| tree | 495f531bbee1099656b8110955b96f52dfee7631 | |
| parent | e695f6052c68d6d7ed131c4833fb20cfe91254b0 (diff) | |
Replace limits with request where appropriate
| -rw-r--r-- | resource-qos.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resource-qos.md b/resource-qos.md index 6d7ddcce..f76a0306 100644 --- a/resource-qos.md +++ b/resource-qos.md @@ -101,7 +101,8 @@ API changes for request - Add validation code that checks request <= limit, and validation test cases (api/validation/validation.go) Scheduler Changes -- Use requests instead of limits in CheckPodsExceedingCapacity and PodFitsResources (scheduler/algorithm/predicates.go) +- Predicates: Use requests instead of limits in CheckPodsExceedingCapacity and PodFitsResources (scheduler/algorithm/predicates/predicates.go) +- Priorities: Use requests instead of limits in LeastRequestedPriority and BalancedResourceAllocation(scheduler/algorithm/priorities/priorities.go)(PR #12718) Container Manager Changes - Use requests to assign CPU shares for Docker (kubelet/dockertools/container_manager.go) |
