Skip to content

Commit 8d98916

Browse files
authored
[doc] fix typos on website (#3298)
1 parent df405ae commit 8d98916

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎site/content/en/docs/concepts/cluster_queue.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Flavors represent different variations of a resource (for example, different GPU
5656
models). You can define how a flavor maps to a group of nodes using a [ResourceFlavor object](/docs/concepts/resource_flavor).
5757
In a ClusterQueue, you can define the quota for each of the resources that a flavor offers.
5858
59-
When definining quotas for a ClusterQueue, you can set the following values:
59+
When defining quotas for a ClusterQueue, you can set the following values:
6060
- `nominalQuota` is the quantity of this resource that is available for a ClusterQueue at a specific time.
6161
- `borrowingLimit` is the maximum amount of quota that this ClusterQueue is allowed to borrow from the unused
6262
nominal quota of other ClusterQueues in the same [cohort](#cohort).
@@ -80,7 +80,7 @@ Kueue automatically computes the number of Pods that a Workload requires.
8080

8181
### Resource Groups
8282

83-
When a ResourceFlavor is tied to a node group, machine familiy or VM availability policy,
83+
When a ResourceFlavor is tied to a node group, machine family or VM availability policy,
8484
it is a common requirement that all the resources associated to the nodes (such as `cpu`, `memory` and GPUs)
8585
should be assigned to the same flavor during admission.
8686
To tie two or more resources to the same set of flavors, list them in the same resource group.

‎site/content/en/docs/concepts/preemption.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The attributes in this Kueue Configuration are described in the following sectio
141141
### ClusterQueue share value
142142

143143
When you enable fair sharing, Kueue assigns a numeric share value to each ClusterQueue to summarize
144-
the usage of borrowed resources in a ClusterQueue, in comparisson to others in the same cohort.
144+
the usage of borrowed resources in a ClusterQueue, in comparison to others in the same cohort.
145145
The share value is weighted by the `.spec.fairSharing.weight` defined in a ClusterQueue.
146146

147147
During admission, Kueue prefers to admit Workloads from ClusterQueues that have the lowest share value first.

‎site/content/en/docs/tasks/dev/integrate_a_custom_job.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Extend the existing webhook for your CRD to invoke Kueue's webhook helper method
127127
- Your validator should invoke `jobframework.ValidateJobOnCreate` and `jobframework.ValidateJobOnUpdate` in [validation.go](https://github.com/kubernetes-sigs/kueue/blob/main/pkg/controller/jobframework/validation.go)
128128

129129
Extend your manager's startup procedure to do the following:
130-
- Using the `jobframework.NewGenericReconcilerFactory` method, create an instance of Kueue's JobReconicler
130+
- Using the `jobframework.NewGenericReconcilerFactory` method, create an instance of Kueue's JobReconciler
131131
for your CRD and register it with the controller-runtime manager.
132132
- Invoke `jobframework.SetupWorkloadOwnerIndex` to create an indexer for Workloads owned by your CRD.
133133

‎site/content/en/docs/tasks/run/multikueue/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linkTitle: "Multi-Cluster"
44
weight: 8
55
date: 2024-09-25
66
description: >
7-
Using MultiKueue environment to suport multi-cluster Job dispatching.
7+
Using MultiKueue environment to support multi-cluster Job dispatching.
88
---
99

1010
This page explains how to run tasks in MultiKueue environment for multi-cluster Job dispatching.

0 commit comments

Comments
 (0)