Skip to content

Commit c4cdf4e

Browse files
committed
Update info about Flexvolume
1 parent 9e8c0d5 commit c4cdf4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sig-storage/volume-plugin-faq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Kubernetes Volume Plugin FAQ for Storage Vendors
33

4-
Last Updated: 2022/08/02
4+
Last Updated: 2022/09/21
55

66
**What is Kubernetes volume plugin?**
77

@@ -97,6 +97,6 @@ The Storage SIG strongly suggests implementing a CSI driver. CSI is GA in Kubern
9797

9898
If you have a legacy FlexVolume driver that satisfies your requirements, there is no need to migrate to CSI. The Kubernetes Storage-SIG plans to continue to support and maintain the Flex Volume API. So you can continue to use it without worry of deprecation, but note that additional features (like topology, snapshots, etc.) will only be added to CSI not to FlexVolume.
9999

100-
For those who would still like to migrate to CSI, there is an effort underway in the storage community to build a CSI adapter for FlexVolume. This will allow existing FlexVolume implementations to easily be containerized and deployed as a CSI plugin. See [this link](https://github.com/kubernetes-csi/drivers/tree/master/pkg/flexadapter) for details. However, the adapter will be a stop-gap solution, and if migration to CSI is the goal, we recommend writing a CSI driver from scratch to take full advantage of the API.
100+
There was an archived project that aims at allowing existing FlexVolume implementations to be containerized and deployed as a CSI plugin, however, no one is working on it any more. See [this link](https://github.com/kubernetes-retired/drivers/tree/master/pkg/flexadapter) for details. In any case, the adapter was supposed to be a stop-gap solution, and if migration to CSI is the goal, we recommend writing a CSI driver from scratch to take full advantage of the API.
101101

102102
[Flexvolume.md]: /contributors/devel/sig-storage/flexvolume.md

0 commit comments

Comments
 (0)