kubernetes / kubernetes/website
Move Topology-Aware Workload Scheduling further down in the scheduling section navigation
- Dominant language
- HTML
- Stars
- 5.4k
- Forks
- 15.7k
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 204
Description
**This is a Feature Request**
**What would you like to be added**
[Move Topology-Aware Workload Scheduling](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-aware-scheduling/) down in the left navigation of the Scheduling, Preemption and Eviction section, so that it sits next to Gang Scheduling and PodGroup Scheduling.
It currently shares `weight: 10` with Kubernetes Scheduler, which places it second in the section:
```
10 kube-scheduler
10 topology-aware-scheduling <-- here
20 assign-pod-node
...
70 gang-scheduling
80 podgroup-scheduling
```
**Why is this needed**
The feature is still Alpha, but it is the second page readers see in this section. Someone new to Kubernetes scheduling meets it before the scheduling basics, which is not a friendly path into the topic.
**Comments**
If there is another specific reason for the current position, I would like to know it.
Contributor guide
Assessment
This issue has not been assessed yet.