Skip to content

Commit 489b5df

Browse files
authored
Merge pull request #7313 from mburke5678/BZ-1517586
Update scheduling docs per BZ
2 parents 6f51002 + a13b215 commit 489b5df

File tree

5 files changed

+1016
-555
lines changed

5 files changed

+1016
-555
lines changed

_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,8 @@ Topics:
591591
File: descheduler
592592
- Name: Custom Scheduling
593593
File: custom_scheduler
594+
- Name: Controlling Pod Placement
595+
File: pod_placement
594596
- Name: Advanced Scheduling
595597
File: scheduler-advanced
596598
- Name: Advanced Scheduling and Node Affinity

admin_guide/scheduling/index.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ toc::[]
1616
Pod scheduling is an internal process that determines placement of new
1717
pods onto nodes within the cluster.
1818

19+
The scheduler code has a clean separation that watches new pods
20+
as they get created and identifies the most suitable node to host them. It then
21+
creates bindings (pod to node bindings) for the pods using the master API.
22+
1923
[[admin-guide-scheduling-index-default]]
2024
== Default scheduling
2125

@@ -36,3 +40,4 @@ For information about advanced scheduling, see xref:../../admin_guide/scheduling
3640
{product-title} also allows you to use your own or third-party schedulers by editing the pod specification.
3741

3842
For more information, see xref:../../admin_guide/scheduling/custom_scheduler.adoc#admin-guide-sched-custom[Custom Schedulers].
43+

0 commit comments

Comments
 (0)