Skip to content

Commit 370e527

Browse files
Update volumes.md (#32924)
* Update volumes.md * Update volumes.md
1 parent 335e79d commit 370e527

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ a different volume.
6464

6565
Kubernetes supports several types of volumes.
6666

67-
### awsElasticBlockStore {#awselasticblockstore}
67+
### awsElasticBlockStore (deprecated) {#awselasticblockstore}
68+
69+
{{< feature-state for_k8s_version="v1.17" state="deprecated" >}}
6870

6971
An `awsElasticBlockStore` volume mounts an Amazon Web Services (AWS)
7072
[EBS volume](https://aws.amazon.com/ebs/) into your pod. Unlike
@@ -135,7 +137,9 @@ beta features must be enabled.
135137
To disable the `awsElasticBlockStore` storage plugin from being loaded by the controller manager
136138
and the kubelet, set the `InTreePluginAWSUnregister` flag to `true`.
137139

138-
### azureDisk {#azuredisk}
140+
### azureDisk (deprecated) {#azuredisk}
141+
142+
{{< feature-state for_k8s_version="v1.19" state="deprecated" >}}
139143

140144
The `azureDisk` volume type mounts a Microsoft Azure [Data Disk](https://docs.microsoft.com/en-us/azure/aks/csi-storage-drivers) into a pod.
141145

@@ -158,7 +162,9 @@ must be installed on the cluster and the `CSIMigration` feature must be enabled.
158162
To disable the `azureDisk` storage plugin from being loaded by the controller manager
159163
and the kubelet, set the `InTreePluginAzureDiskUnregister` flag to `true`.
160164

161-
### azureFile {#azurefile}
165+
### azureFile (deprecated) {#azurefile}
166+
167+
{{< feature-state for_k8s_version="v1.21" state="deprecated" >}}
162168

163169
The `azureFile` volume type mounts a Microsoft Azure File volume (SMB 2.1 and 3.0)
164170
into a pod.
@@ -201,7 +207,9 @@ You must have your own Ceph server running with the share exported before you ca
201207

202208
See the [CephFS example](https://github.com/kubernetes/examples/tree/master/volumes/cephfs/) for more details.
203209

204-
### cinder
210+
### cinder (deprecated) {#cinder}
211+
212+
{{< feature-state for_k8s_version="v1.18" state="deprecated" >}}
205213

206214
{{< note >}}
207215
Kubernetes must be configured with the OpenStack cloud provider.
@@ -390,7 +398,9 @@ You must have your own Flocker installation running before you can use it.
390398

391399
See the [Flocker example](https://github.com/kubernetes/examples/tree/master/staging/volumes/flocker) for more details.
392400

393-
### gcePersistentDisk
401+
### gcePersistentDisk (deprecated) {#gcepersistentdisk}
402+
403+
{{< feature-state for_k8s_version="v1.17" state="deprecated" >}}
394404

395405
A `gcePersistentDisk` volume mounts a Google Compute Engine (GCE)
396406
[persistent disk](https://cloud.google.com/compute/docs/disks) (PD) into your Pod.

0 commit comments

Comments
 (0)