From db02c0648d60a3d67995adca4646d47d39ccf012 Mon Sep 17 00:00:00 2001 From: Kevin Hannon Date: Mon, 3 Feb 2025 11:05:39 -0500 Subject: [PATCH] address nits --- wg-batch/annual-report-2024.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wg-batch/annual-report-2024.md b/wg-batch/annual-report-2024.md index 946257591..c31c73413 100644 --- a/wg-batch/annual-report-2024.md +++ b/wg-batch/annual-report-2024.md @@ -30,9 +30,9 @@ Kueue has had 5 minor releases in 2024. - [Release 0.10](https://github.com/kubernetes-sigs/kueue/releases/tag/v0.10.0) -In 2024, the kueue community would like to highlight are Topology aware scheduling, MultiKueue, Kueue Dashboard, KueueCtrl, Deployment/Statefulset integration for serving and Fair sharing. +In 2024, the kueue community would like to highlight Topology aware scheduling, MultiKueue, Kueue Dashboard, KueueCtrl, Deployment/Statefulset integration for serving and Fair sharing. -[Topology aware scheduling](https://kueue.sigs.k8s.io/docs/concepts/topology_aware_scheduling/) facilitates scheduling of workloads that take in account data center topology. +[Topology aware scheduling](https://kueue.sigs.k8s.io/docs/concepts/topology_aware_scheduling/) facilitates scheduling of workloads that take into account data center topology. Workloads benefit from using interconnects that are physically close together. [MultiKueue](https://kueue.sigs.k8s.io/docs/concepts/multikueue/) provides a way of dispatching batch workloads to worker clusters.