@@ -64,7 +64,9 @@ a different volume.
64
64
65
65
Kubernetes supports several types of volumes.
66
66
67
- ### awsElasticBlockStore {#awselasticblockstore}
67
+ ### awsElasticBlockStore (deprecated) {#awselasticblockstore}
68
+
69
+ {{< feature-state for_k8s_version="v1.17" state="deprecated" >}}
68
70
69
71
An ` awsElasticBlockStore ` volume mounts an Amazon Web Services (AWS)
70
72
[ EBS volume] ( https://aws.amazon.com/ebs/ ) into your pod. Unlike
@@ -135,7 +137,9 @@ beta features must be enabled.
135
137
To disable the `awsElasticBlockStore` storage plugin from being loaded by the controller manager
136
138
and the kubelet, set the `InTreePluginAWSUnregister` flag to `true`.
137
139
138
- # ## azureDisk {#azuredisk}
140
+ # ## azureDisk (deprecated) {#azuredisk}
141
+
142
+ {{< feature-state for_k8s_version="v1.19" state="deprecated" >}}
139
143
140
144
The `azureDisk` volume type mounts a Microsoft Azure [Data Disk](https://docs.microsoft.com/en-us/azure/aks/csi-storage-drivers) into a pod.
141
145
@@ -158,7 +162,9 @@ must be installed on the cluster and the `CSIMigration` feature must be enabled.
158
162
To disable the `azureDisk` storage plugin from being loaded by the controller manager
159
163
and the kubelet, set the `InTreePluginAzureDiskUnregister` flag to `true`.
160
164
161
- # ## azureFile {#azurefile}
165
+ # ## azureFile (deprecated) {#azurefile}
166
+
167
+ {{< feature-state for_k8s_version="v1.21" state="deprecated" >}}
162
168
163
169
The `azureFile` volume type mounts a Microsoft Azure File volume (SMB 2.1 and 3.0)
164
170
into a pod.
@@ -201,7 +207,9 @@ You must have your own Ceph server running with the share exported before you ca
201
207
202
208
See the [CephFS example](https://github.com/kubernetes/examples/tree/master/volumes/cephfs/) for more details.
203
209
204
- # ## cinder
210
+ # ## cinder (deprecated) {#cinder}
211
+
212
+ {{< feature-state for_k8s_version="v1.18" state="deprecated" >}}
205
213
206
214
{{< note >}}
207
215
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.
390
398
391
399
See the [Flocker example](https://github.com/kubernetes/examples/tree/master/staging/volumes/flocker) for more details.
392
400
393
- # ## gcePersistentDisk
401
+ # ## gcePersistentDisk (deprecated) {#gcepersistentdisk}
402
+
403
+ {{< feature-state for_k8s_version="v1.17" state="deprecated" >}}
394
404
395
405
A `gcePersistentDisk` volume mounts a Google Compute Engine (GCE)
396
406
[persistent disk](https://cloud.google.com/compute/docs/disks) (PD) into your Pod.
0 commit comments