Fix scheduling extension link

pull/37114/head
Heba Elayoty 2022-09-30 10:30:28 -07:00 committed by GitHub
parent 0959a9b4cb
commit 3d8f6a3cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ clients that access it.
1. The Kubernetes scheduler [decides](/docs/concepts/scheduling-eviction/assign-pod-node/)
which nodes to place pods on. There are several ways to extend scheduling, which are
described in the [scheduler extensions](#scheduler-extensions) section.
described in the [Scheduling extensions](#scheduling-extensions) section.
1. Much of the behavior of Kubernetes is implemented by programs called
{{< glossary_tooltip term_id="controller" text="controllers" >}}, that are