Skip to content

Commit

Permalink
Add info about LocalQueue defaulting
Browse files Browse the repository at this point in the history
  • Loading branch information
mimowo committed Dec 18, 2024
1 parent d485963 commit 78169c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Read the [overview](https://kueue.sigs.k8s.io/docs/overview/) to learn more.
- **Configurable resource abstractions**: Allows to define quota in derived units, such as monetary credits
- **Multi-cluster job dispatching:** called [MultiKueue](https://kueue.sigs.k8s.io/docs/concepts/multikueue/), allows to search for capacity and off-load the main cluster.
- **Topology-Aware Scheduling**: Allows to optimize the pod-pod communication throughput by [scheduling aware of the data-center topology](https://kueue.sigs.k8s.io/docs/concepts/topology_aware_scheduling/).
- **Managing Kueue-agnostic workloads**: [setting up a default Queue](https://kueue.sigs.k8s.io/docs/tasks/manage/enforce_job_management/setup_default_local_queue/) in a namespace allows managing all workloads created in that namespace without any Kueue-specific labels.

## Production Readiness status

Expand Down
1 change: 1 addition & 0 deletions site/content/en/docs/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ A core design principle for Kueue is to avoid duplicating mature functionality i
- **Configurable resource abstractions**: Allows to define quota in derived units, such as monetary credits
- **Multi-cluster job dispatching:** called [MultiKueue](/docs/concepts/multikueue/), allows to search for capacity and off-load the main cluster.
- **Topology-Aware Scheduling**: Allows to optimize the pod-pod communication throughput by [scheduling aware of the data-center topology](/docs/concepts/topology_aware_scheduling/).
- **Managing Kueue-agnostic workloads**: [setting up a default Queue](/docs/tasks/manage/enforce_job_management/setup_default_local_queue/) in a namespace allows managing all workloads created in that namespace without any Kueue-specific labels.

## Job-integrated features

Expand Down

0 comments on commit 78169c0

Please sign in to comment.