28 lines
605 B
Markdown
28 lines
605 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: DefaultPodTopologySpread
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.19"
|
|
toVersion: "1.19"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.20"
|
|
toVersion: "1.23"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.24"
|
|
toVersion: "1.25"
|
|
|
|
removed: true
|
|
---
|
|
Enables the use of `PodTopologySpread` scheduling plugin to do
|
|
[default spreading](/docs/concepts/scheduling-eviction/topology-spread-constraints/#internal-default-constraints).
|