kubernetes/plugin/pkg/scheduler/algorithm/predicates
Kubernetes Submit Queue f695a3120a Merge pull request #50949 from bsalamat/preemption_eviction
Automatic merge from submit-queue

Add pod preemption to the scheduler

**What this PR does / why we need it**:
This is the last of a series of PRs to add priority-based preemption to the scheduler. This PR connects the preemption logic to the scheduler workflow.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #48646

**Special notes for your reviewer**:
This PR includes other PRs which are under review (#50805, #50405, #50190). All the new code is located in 43627afdf9.

**Release note**:

```release-note
Add priority-based preemption to the scheduler.
```

ref/ #47604

/assign @davidopp 

@kubernetes/sig-scheduling-pr-reviews
2017-09-08 14:19:42 -07:00
..
BUILD bazel update 2017-08-28 00:12:46 -07:00
error.go Add pod eviction logic for scheduler preemption 2017-09-07 15:31:55 -07:00
metadata_test.go Add pod eviction logic for scheduler preemption 2017-09-07 15:31:55 -07:00
metadata.go Add pod eviction logic for scheduler preemption 2017-09-07 15:31:55 -07:00
predicates_test.go Merge pull request #50949 from bsalamat/preemption_eviction 2017-09-08 14:19:42 -07:00
predicates.go Merge pull request #50949 from bsalamat/preemption_eviction 2017-09-08 14:19:42 -07:00
utils_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
utils.go Cover get equivalence cache in core 2017-08-03 23:03:52 +08:00