32 lines
779 B
Markdown
32 lines
779 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).
|
|
-->
|
|
启用 `PodTopologySpread` 调度插件以执行
|
|
[默认分布](/zh-cn/docs/concepts/scheduling-eviction/topology-spread-constraints/#internal-default-constraints)。
|