diff --git a/content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md b/content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md index 1c497d0fb5..b6727d09c5 100644 --- a/content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md +++ b/content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md @@ -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" >}}