Skip to content

Commit

Permalink
typo fixes on site (#1901)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
  • Loading branch information
k8s-infra-cherrypick-robot and alexandear committed Mar 25, 2024
1 parent d43d3ea commit f982cda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/content/en/docs/concepts/multikueue.md
Expand Up @@ -64,7 +64,7 @@ Known Limitations:
An approach similar to the one described for [`batch/Job`](#batchjob) is taken into account to overcome this.

## Submitting Jobs
In a [configured MultiKueue environemnt](/docs/tasks/manage/setup_multikueue), you can submit any MultiKueue supported job to the Manager cluster, targeting a ClusterQueue configured for Multikueue.
In a [configured MultiKueue environment](/docs/tasks/manage/setup_multikueue), you can submit any MultiKueue supported job to the Manager cluster, targeting a ClusterQueue configured for Multikueue.
Kueue delegates the job to the configured worker clusters without any additional configuration changes.

## What’s next?
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/reference/kueue.v1beta1.md
Expand Up @@ -748,7 +748,7 @@ reclaim its nominal quota.</li>
and there are admitted Workloads in the ClusterQueue with lower priority.</li>
</ul>
<p>The preemption algorithm tries to find a minimal set of Workloads to
preempt to accomomdate the pending Workload, preempting Workloads with
preempt to accommodate the pending Workload, preempting Workloads with
lower priority first.</p>
</td>
</tr>
Expand Down
Expand Up @@ -78,7 +78,7 @@ _Available in Kueue v0.6.0 and later_
{{% /alert %}}

The `requeuingStrategy` (`waitForPodsReady.requeuingStrategy`) contains optional parameters:
`timestamp` (`waitForPodsReady.requeuingStrategt.timestamp`) and `backoffLimitCount` (`waitForPodsReady.requeuingStrategt.backoffLimitCount`).
`timestamp` (`waitForPodsReady.requeuingStrategy.timestamp`) and `backoffLimitCount` (`waitForPodsReady.requeuingStrategy.backoffLimitCount`).

The `timestamp` field defines which timestamp Kueue uses to order the Workloads in the queue:

Expand Down
2 changes: 1 addition & 1 deletion site/layouts/shortcodes/include.html
Expand Up @@ -16,7 +16,7 @@
{{ $.Scratch.Set "iscode" "true" }}
{{ end }}

{{/* `fparameter is a relative path of the static file from the `static` diretory. For exampl, `/example/python/install-kueue-queues.py` */}}
{{/* `fparameter is a relative path of the static file from the `static` directory. For example, `/example/python/install-kueue-queues.py` */}}
{{ $.Scratch.Set "filepath" "/" }}
{{ $.Scratch.Add "filepath" "static/" }}
{{ $.Scratch.Add "filepath" ($.Scratch.Get "fparameter") }}
Expand Down

0 comments on commit f982cda

Please sign in to comment.