File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
1432-admission-check-per-resource-flavor
582-preempt-based-on-flavor-order
77-dynamically-sized-jobs Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # KEP-1432: AdmissionChecks per ResouceFlavor
1+ # KEP-1432: AdmissionChecks per ResourceFlavor
22
33<!-- toc -->
44- [ Summary] ( #summary )
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Fair sharing will be a global switch (at least initially).
105105
106106Introduce a concept of fair share as the amount of resources lent to a CQ,
107107on top of the given nominal quota, that doesn't justify "complains" against
108- any other similar CQ about excesive extra resources that CQ was given. Basically
108+ any other similar CQ about excessive extra resources that CQ was given. Basically
109109the sharing of unused resources is fair, if no CQ can say it is grossly unfair.
110110
111111Introduce a global fair sharing mechanism that is based on preemptions. As long
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ tedious without writing a custom mini script or complex pipe processing.
5252
5353 * Create ClusterQueues and LocalQueues.
5454 * Listing Queues and Workloads that meet certain criteria.
55- * Stopping and resuming execution in ClusteQueues and LocalQueues.
55+ * Stopping and resuming execution in ClusterQueues and LocalQueues.
5656 * Stopping and resuming individual Workloads.
57- * (In the future) Migrating workloads between LocalQueues and other avanced operations
57+ * (In the future) Migrating workloads between LocalQueues and other advanced operations
5858
5959* Build it on top of kubectl (as a [ kubectl plugin] ( https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/ ) ) to reuse all of
6060the authentication/cluster selection methods.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ know that this has succeeded?
8888### Non-Goals
8989
9090- change the behavior to judge whether a podset can get enough resource in certain resource flavor.
91- - change the preemption and admission precess .
91+ - change the preemption and admission process .
9292<!--
9393What is out of scope for this KEP? Listing non-goals helps to focus discussion
9494and make progress.
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ including situations like:
220220* Job has a scale up, gated pods are admitted, pods get ungated and assigned same flavors as parent workload
221221* Workload slices are correctly folded and deleted
222222* Job has a scale down, Workload spec reflects podset count values
223- * When Kueu preempt a resized Job, it should preempt it as a whole
223+ * When Kueue preempt a resized Job, it should preempt it as a whole
224224
225225### Graduation Criteria
226226<!--
You can’t perform that action at this time.
0 commit comments