From a52687184faba95ee11a11cd7f5684c47436bd74 Mon Sep 17 00:00:00 2001 From: Eric Mountain Date: Thu, 17 Dec 2020 09:32:46 +0100 Subject: [PATCH] Scheduling plugins: fix typo for clarity --- content/en/docs/reference/scheduling/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/scheduling/config.md b/content/en/docs/reference/scheduling/config.md index 0dca862fb9..7754d7cb7d 100644 --- a/content/en/docs/reference/scheduling/config.md +++ b/content/en/docs/reference/scheduling/config.md @@ -108,7 +108,7 @@ extension points: - `SelectorSpread`: Favors spreading across nodes for Pods that belong to {{< glossary_tooltip text="Services" term_id="service" >}}, {{< glossary_tooltip text="ReplicaSets" term_id="replica-set" >}} and - {{< glossary_tooltip text="StatefulSets" term_id="statefulset" >}} + {{< glossary_tooltip text="StatefulSets" term_id="statefulset" >}}. Extension points: `PreScore`, `Score`. - `ImageLocality`: Favors nodes that already have the container images that the Pod runs.