30 lines
684 B
Markdown
30 lines
684 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: VolumeScheduling
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.9"
|
|
toVersion: "1.9"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.10"
|
|
toVersion: "1.12"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.13"
|
|
toVersion: "1.16"
|
|
|
|
removed: true
|
|
---
|
|
Enable volume topology aware scheduling and make the PersistentVolumeClaim
|
|
(PVC) binding aware of scheduling decisions. It also enables the usage of
|
|
[`local`](/docs/concepts/storage/volumes/#local) volume type when used together with the
|
|
`PersistentLocalVolumes` feature gate.
|