33 lines
648 B
Markdown
33 lines
648 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.
|
|
-->
|
|
允许在 Pod 中使用 `local` 卷类型。
|
|
如果请求 `local` 卷,则必须指定 Pod 亲和性属性。
|