24 lines
445 B
Markdown
24 lines
445 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: DynamicVolumeProvisioning
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: true
|
|
fromVersion: "1.3"
|
|
toVersion: "1.7"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.8"
|
|
toVersion: "1.12"
|
|
|
|
removed: true
|
|
---
|
|
Enable the
|
|
[dynamic provisioning](/docs/concepts/storage/dynamic-provisioning/) of persistent volumes to Pods.
|