-
Notifications
You must be signed in to change notification settings - Fork 42.8k
Priority Scheduling w/o Preemption #62068
Copy link
Copy link
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.sig/schedulingCategorizes an issue or PR as relevant to SIG Scheduling.Categorizes an issue or PR as relevant to SIG Scheduling.
Description
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
What happened:
We are looking to use our Kubernetes cluster as a workload processing system for our clients. We want to use the priority functionality in 1.9. However, we have a hard requirement where we cannot preempt a clients job for another job. Is there any way to disable preemption but maintain priority? We only need priority to order the scheduling of workloads going onto the cluster.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- Kubernetes version (use
kubectl version): - Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a): - Install tools:
- Others:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.sig/schedulingCategorizes an issue or PR as relevant to SIG Scheduling.Categorizes an issue or PR as relevant to SIG Scheduling.