33 lines
793 B
Markdown
33 lines
793 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: CSIBlockVolume
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.11"
|
|
toVersion: "1.13"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.14"
|
|
toVersion: "1.17"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.18"
|
|
toVersion: "1.21"
|
|
|
|
removed: true
|
|
---
|
|
<!--
|
|
Enable external CSI volume drivers to support block storage.
|
|
See [`csi` raw block volume support](/docs/concepts/storage/volumes/#csi-raw-block-volume-support)
|
|
for more details.
|
|
-->
|
|
启用外部 CSI 卷驱动程序用于支持块存储。有关更多详细信息,请参见
|
|
[`csi` 原始块卷支持](/zh-cn/docs/concepts/storage/volumes/#csi-raw-block-volume-support)。
|