website/content/en/docs/reference/command-line-tools-reference/feature-gates/persistent-local-volumes.md

28 lines
527 B
Markdown

---
# Removed from Kubernetes
title: PersistentLocalVolumes
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.7"
toVersion: "1.9"
- stage: beta
defaultValue: true
fromVersion: "1.10"
toVersion: "1.13"
- stage: stable
defaultValue: true
fromVersion: "1.14"
toVersion: "1.16"
removed: true
---
Enable the usage of `local` volume type in Pods.
Pod affinity has to be specified if requesting a `local` volume.