Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add pod preemption to the scheduler#50949

Merged
k8s-github-robot merged 7 commits into
kubernetes:masterfrom
bsalamat:preemption_eviction
Sep 8, 2017
Merged

Add pod preemption to the scheduler#50949
k8s-github-robot merged 7 commits into
kubernetes:masterfrom
bsalamat:preemption_eviction

Conversation

@bsalamat
Copy link
Copy Markdown
Member

@bsalamat bsalamat commented Aug 19, 2017

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 43627af.

Release note:

Add priority-based preemption to the scheduler.

ref/ #47604

/assign @davidopp

@kubernetes/sig-scheduling-pr-reviews

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/auth Categorizes an issue or PR as relevant to SIG Auth. sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement priority/preemption in pod scheduling logic

10 participants