From 97fbcee7dc30f5b3464b24b9cd1a7968bbd4b7ef Mon Sep 17 00:00:00 2001 From: tamilselvan1102 Date: Wed, 27 Sep 2023 12:24:04 +0530 Subject: [PATCH] Fix - Remove details about SelectorSpread plugin --- .../scheduling-eviction/topology-spread-constraints.md | 7 ------- 1 file changed, 7 deletions(-) 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" >}}