Skip to content

Commit 886fedc

Browse files
authored
[doc] typo fixes on keps (#2488)
1 parent 1274f63 commit 886fedc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

‎keps/1432-admission-check-per-resource-flavor/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KEP-1432: AdmissionChecks per ResouceFlavor
1+
# KEP-1432: AdmissionChecks per ResourceFlavor
22

33
<!-- toc -->
44
- [Summary](#summary)

‎keps/1714-fair-sharing/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Fair sharing will be a global switch (at least initially).
105105

106106
Introduce a concept of fair share as the amount of resources lent to a CQ,
107107
on 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
109109
the sharing of unused resources is fair, if no CQ can say it is grossly unfair.
110110

111111
Introduce a global fair sharing mechanism that is based on preemptions. As long

‎keps/2076-kueuectl/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6060
the authentication/cluster selection methods.

‎keps/582-preempt-based-on-flavor-order/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
<!--
9393
What is out of scope for this KEP? Listing non-goals helps to focus discussion
9494
and make progress.

‎keps/77-dynamically-sized-jobs/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
<!--

0 commit comments

Comments
 (0)