From 78169c03034a3a61d85b5a252850f69d91e34569 Mon Sep 17 00:00:00 2001 From: Michal Wozniak Date: Wed, 18 Dec 2024 14:08:46 +0100 Subject: [PATCH] Add info about LocalQueue defaulting --- README.md | 1 + site/content/en/docs/overview/_index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f659ac1cba..e994b43ce5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/site/content/en/docs/overview/_index.md b/site/content/en/docs/overview/_index.md index 8b4bd001c9..0f10657160 100644 --- a/site/content/en/docs/overview/_index.md +++ b/site/content/en/docs/overview/_index.md @@ -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