27 lines
599 B
Markdown
27 lines
599 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: DynamicProvisioningScheduling
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.11"
|
|
toVersion: "1.11"
|
|
- stage: deprecated
|
|
fromVersion: "1.12"
|
|
|
|
removed: true
|
|
---
|
|
<!--
|
|
Extend the default scheduler to be aware of
|
|
volume topology and handle PV provisioning.
|
|
This feature was superseded by the `VolumeScheduling` feature in v1.12.
|
|
-->
|
|
扩展默认调度器以了解卷拓扑并处理 PV 制备。
|
|
此特性已在 v1.12 中完全被 `VolumeScheduling` 特性取代。
|