Merge pull request #43216 from tamilselvan1102/k8s-doc-web-20230927

Fix - Remove details about SelectorSpread plugin
pull/43226/head
Kubernetes Prow Robot 2023-09-27 06:04:09 -07:00 committed by GitHub
commit 604b2254b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -525,13 +525,6 @@ profiles:
whenUnsatisfiable: ScheduleAnyway
defaultingType: List
```
{{< note >}}
The [`SelectorSpread` plugin](/docs/reference/scheduling/config/#scheduling-plugins)
is disabled by default. The Kubernetes project recommends using `PodTopologySpread`
to achieve similar behavior.
{{< /note >}}
### Built-in default constraints {#internal-default-constraints}
{{< feature-state for_k8s_version="v1.24" state="stable" >}}