@@ -519,8 +519,6 @@ please install corresponding CSI drivers.
519
519
(**migration on by default** starting v1.23)
520
520
* [`azureFile`](/docs/concepts/storage/volumes/#azurefile) - Azure File
521
521
(**migration on by default** starting v1.24)
522
- * [`cephfs`](/docs/concepts/storage/volumes/#cephfs) - CephFS volume
523
- (**deprecated** starting v1.28, no migration plan, support will be removed in a future release)
524
522
* [`cinder`](/docs/concepts/storage/volumes/#cinder) - Cinder (OpenStack block storage)
525
523
(**migration on by default** starting v1.21)
526
524
* [`flexVolume`](/docs/concepts/storage/volumes/#flexvolume) - FlexVolume
@@ -534,18 +532,20 @@ please install corresponding CSI drivers.
534
532
535
533
Older versions of Kubernetes also supported the following in-tree PersistentVolume types :
536
534
537
- * `photonPersistentDisk` - Photon controller persistent disk.
538
- (**not available** starting v1.15)
539
- * `scaleIO` - ScaleIO volume.
540
- (**not available** starting v1.21)
535
+ * [`cephfs`](/docs/concepts/storage/volumes/#cephfs)
536
+ (**not available** starting v1.31)
541
537
* `flocker` - Flocker storage.
542
538
(**not available** starting v1.25)
539
+ * `photonPersistentDisk` - Photon controller persistent disk.
540
+ (**not available** starting v1.15)
543
541
* `quobyte` - Quobyte volume.
544
542
(**not available** starting v1.25)
545
- * `storageos` - StorageOS volume.
546
- (**not available** starting v1.25)
547
543
* [`rbd`](/docs/concepts/storage/volumes/#rbd) - Rados Block Device (RBD) volume
548
544
(**not available** starting v1.31)
545
+ * `scaleIO` - ScaleIO volume.
546
+ (**not available** starting v1.21)
547
+ * `storageos` - StorageOS volume.
548
+ (**not available** starting v1.25)
549
549
550
550
# # Persistent Volumes
551
551
0 commit comments