@@ -62,25 +62,28 @@ a different volume.
62
62
63
63
Kubernetes supports several types of volumes.
64
64
65
- ### awsElasticBlockStore (removed ) {#awselasticblockstore}
65
+ ### awsElasticBlockStore (deprecated ) {#awselasticblockstore}
66
66
67
67
<!-- maintenance note: OK to remove all mention of awsElasticBlockStore once the v1.27 release of
68
68
Kubernetes has gone out of support -->
69
69
70
- Kubernetes {{< skew currentVersion >}} does not include a ` awsElasticBlockStore ` volume type.
70
+ In Kubernetes {{< skew currentVersion >}}, all operations for the in-tree ` awsElasticBlockStore ` type
71
+ are redirected to the ` ebs.csi.aws.com ` {{< glossary_tooltip text="CSI" term_id="csi" >}} driver.
72
+
71
73
72
74
The AWSElasticBlockStore in-tree storage driver was deprecated in the Kubernetes v1.19 release
73
75
and then removed entirely in the v1.27 release.
74
76
75
77
The Kubernetes project suggests that you use the [ AWS EBS] ( https://github.com/kubernetes-sigs/aws-ebs-csi-driver ) third party
76
78
storage driver instead.
77
79
78
- ### azureDisk (removed ) {#azuredisk}
80
+ ### azureDisk (deprecated ) {#azuredisk}
79
81
80
82
<!-- maintenance note: OK to remove all mention of azureDisk once the v1.27 release of
81
83
Kubernetes has gone out of support -->
82
84
83
- Kubernetes {{< skew currentVersion >}} does not include a ` azureDisk ` volume type.
85
+ In Kubernetes {{< skew currentVersion >}}, all operations for the in-tree ` azureDisk ` type
86
+ are redirected to the ` disk.csi.azure.com ` {{< glossary_tooltip text="CSI" term_id="csi" >}} driver.
84
87
85
88
The AzureDisk in-tree storage driver was deprecated in the Kubernetes v1.19 release
86
89
and then removed entirely in the v1.27 release.
@@ -118,7 +121,7 @@ Azure File CSI driver does not support using same volume with different fsgroups
118
121
To disable the ` azureFile ` storage plugin from being loaded by the controller manager
119
122
and the kubelet, set the ` InTreePluginAzureFileUnregister ` flag to ` true ` .
120
123
121
- ### cephfs
124
+ ### cephfs (deprecated) {#cephfs}
122
125
{{< feature-state for_k8s_version="v1.28" state="deprecated" >}}
123
126
124
127
{{< note >}}
@@ -139,12 +142,13 @@ You must have your own Ceph server running with the share exported before you ca
139
142
140
143
See the [ CephFS example] ( https://github.com/kubernetes/examples/tree/master/volumes/cephfs/ ) for more details.
141
144
142
- ### cinder (removed ) {#cinder}
145
+ ### cinder (deprecated ) {#cinder}
143
146
144
147
<!-- maintenance note: OK to remove all mention of cinder once the v1.26 release of
145
148
Kubernetes has gone out of support -->
146
149
147
- Kubernetes {{< skew currentVersion >}} does not include a ` cinder ` volume type.
150
+ In Kubernetes {{< skew currentVersion >}}, all operations for the in-tree ` cinder ` type
151
+ are redirected to the ` cinder.csi.openstack.org ` {{< glossary_tooltip text="CSI" term_id="csi" >}} driver.
148
152
149
153
The OpenStack Cinder in-tree storage driver was deprecated in the Kubernetes v1.11 release
150
154
and then removed entirely in the v1.26 release.
@@ -295,9 +299,10 @@ beforehand so that Kubernetes hosts can access them.
295
299
See the [fibre channel example](https://github.com/kubernetes/examples/tree/master/staging/volumes/fibre_channel)
296
300
for more details.
297
301
298
- # ## gcePersistentDisk (removed ) {#gcepersistentdisk}
302
+ # ## gcePersistentDisk (deprecated ) {#gcepersistentdisk}
299
303
300
- Kubernetes {{< skew currentVersion >}} does not include a `gcePersistentDisk` volume type.
304
+ In Kubernetes {{< skew currentVersion >}}, all operations for the in-tree `gcePersistentDisk` type
305
+ are redirected to the `pd.csi.storage.gke.io` {{< glossary_tooltip text="CSI" term_id="csi" >}} driver.
301
306
302
307
The `gcePersistentDisk` in-tree storage driver was deprecated in the Kubernetes v1.17 release
303
308
and then removed entirely in the v1.28 release.
0 commit comments