Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: sachinparihar <[email protected]>
  • Loading branch information
sachinparihar committed Dec 1, 2024
1 parent f6afee6 commit 26ac02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Koordinator Scheduler is deployed as a ```Deployment```, which is used to en
- 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.

Expand Down

0 comments on commit 26ac02a

Please sign in to comment.