From 0abc5395b640be3abc483b3cc1368b6fc7689b15 Mon Sep 17 00:00:00 2001 From: sachinparihar Date: Sun, 1 Dec 2024 14:18:46 +0530 Subject: [PATCH] fix typo in documentation Signed-off-by: sachinparihar --- docs/architecture/overview.md | 4 ++-- versioned_docs/version-v1.3/architecture/overview.md | 4 ++-- versioned_docs/version-v1.4/architecture/overview.md | 4 ++-- versioned_docs/version-v1.5/architecture/overview.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/architecture/overview.md b/docs/architecture/overview.md index ad47a718a..42555ab81 100644 --- a/docs/architecture/overview.md +++ b/docs/architecture/overview.md @@ -10,10 +10,10 @@ Koordinator adds co-location capabilities on top of the original kubernetes, and The Koordinator Scheduler is deployed as a ```Deployment```, which is used to enhance the resource scheduling capabilities of kubernetes in QoS-aware, differentiated SLO management, and job scheduling. Specifically including: - QoS-aware scheduling, including load-aware scheduling to make node load more balanced, resource overcommitment to run more computing workloads with low priority. -- Differentiated SLO management, including fine-grained CPU orchestration, different QoS policy(cfs/LLC/memory bw/net bw/blkio) for diffenent workloads. +- Differentiated SLO management, including fine-grained CPU orchestration, different QoS policy(cfs/LLC/memory bw/net bw/blkio) for different workloads. - Job scheduling, including elastic quota scheduling, gang scheduling, heterogeneous resource scheduling, to support big-data and AI workloads. -In order to better support diffenent workloads, the scheduler also provides a series of general capability enhancements: +In order to better support different workloads, the scheduler also provides a series of general capability enhancements: - Reservation, an ability for reserving node resources for specific pods or workloads, which is widely used in descheduling, resource preemption and fragmentation optimization. - Node reservation, an ability for reserving node resources for workloads out of kubernetes, which is typically used for non-containerized workloads. diff --git a/versioned_docs/version-v1.3/architecture/overview.md b/versioned_docs/version-v1.3/architecture/overview.md index ad47a718a..42555ab81 100644 --- a/versioned_docs/version-v1.3/architecture/overview.md +++ b/versioned_docs/version-v1.3/architecture/overview.md @@ -10,10 +10,10 @@ Koordinator adds co-location capabilities on top of the original kubernetes, and The Koordinator Scheduler is deployed as a ```Deployment```, which is used to enhance the resource scheduling capabilities of kubernetes in QoS-aware, differentiated SLO management, and job scheduling. Specifically including: - QoS-aware scheduling, including load-aware scheduling to make node load more balanced, resource overcommitment to run more computing workloads with low priority. -- Differentiated SLO management, including fine-grained CPU orchestration, different QoS policy(cfs/LLC/memory bw/net bw/blkio) for diffenent workloads. +- Differentiated SLO management, including fine-grained CPU orchestration, different QoS policy(cfs/LLC/memory bw/net bw/blkio) for different workloads. - Job scheduling, including elastic quota scheduling, gang scheduling, heterogeneous resource scheduling, to support big-data and AI workloads. -In order to better support diffenent workloads, the scheduler also provides a series of general capability enhancements: +In order to better support different workloads, the scheduler also provides a series of general capability enhancements: - Reservation, an ability for reserving node resources for specific pods or workloads, which is widely used in descheduling, resource preemption and fragmentation optimization. - Node reservation, an ability for reserving node resources for workloads out of kubernetes, which is typically used for non-containerized workloads. diff --git a/versioned_docs/version-v1.4/architecture/overview.md b/versioned_docs/version-v1.4/architecture/overview.md index ad47a718a..42555ab81 100644 --- a/versioned_docs/version-v1.4/architecture/overview.md +++ b/versioned_docs/version-v1.4/architecture/overview.md @@ -10,10 +10,10 @@ Koordinator adds co-location capabilities on top of the original kubernetes, and The Koordinator Scheduler is deployed as a ```Deployment```, which is used to enhance the resource scheduling capabilities of kubernetes in QoS-aware, differentiated SLO management, and job scheduling. Specifically including: - QoS-aware scheduling, including load-aware scheduling to make node load more balanced, resource overcommitment to run more computing workloads with low priority. -- Differentiated SLO management, including fine-grained CPU orchestration, different QoS policy(cfs/LLC/memory bw/net bw/blkio) for diffenent workloads. +- Differentiated SLO management, including fine-grained CPU orchestration, different QoS policy(cfs/LLC/memory bw/net bw/blkio) for different workloads. - Job scheduling, including elastic quota scheduling, gang scheduling, heterogeneous resource scheduling, to support big-data and AI workloads. -In order to better support diffenent workloads, the scheduler also provides a series of general capability enhancements: +In order to better support different workloads, the scheduler also provides a series of general capability enhancements: - Reservation, an ability for reserving node resources for specific pods or workloads, which is widely used in descheduling, resource preemption and fragmentation optimization. - Node reservation, an ability for reserving node resources for workloads out of kubernetes, which is typically used for non-containerized workloads. diff --git a/versioned_docs/version-v1.5/architecture/overview.md b/versioned_docs/version-v1.5/architecture/overview.md index ad47a718a..42555ab81 100644 --- a/versioned_docs/version-v1.5/architecture/overview.md +++ b/versioned_docs/version-v1.5/architecture/overview.md @@ -10,10 +10,10 @@ Koordinator adds co-location capabilities on top of the original kubernetes, and The Koordinator Scheduler is deployed as a ```Deployment```, which is used to enhance the resource scheduling capabilities of kubernetes in QoS-aware, differentiated SLO management, and job scheduling. Specifically including: - QoS-aware scheduling, including load-aware scheduling to make node load more balanced, resource overcommitment to run more computing workloads with low priority. -- Differentiated SLO management, including fine-grained CPU orchestration, different QoS policy(cfs/LLC/memory bw/net bw/blkio) for diffenent workloads. +- Differentiated SLO management, including fine-grained CPU orchestration, different QoS policy(cfs/LLC/memory bw/net bw/blkio) for different workloads. - Job scheduling, including elastic quota scheduling, gang scheduling, heterogeneous resource scheduling, to support big-data and AI workloads. -In order to better support diffenent workloads, the scheduler also provides a series of general capability enhancements: +In order to better support different workloads, the scheduler also provides a series of general capability enhancements: - Reservation, an ability for reserving node resources for specific pods or workloads, which is widely used in descheduling, resource preemption and fragmentation optimization. - Node reservation, an ability for reserving node resources for workloads out of kubernetes, which is typically used for non-containerized workloads.