informatics-lab / s3-fuse-flex-volume

A Kubernetes flex volume driver for a custom s3 fuse adapter
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

FlexVolumes deprecation warning ? #19

Open arthurzenika opened 3 years ago

arthurzenika commented 3 years ago

Hi,

Project looks promising for one of our usages. Researching further before installing I ended up on https://github.com/kubernetes/community/blob/master/contributors/devel/sig-storage/flexvolume.md which says that flexvolumes are deprecated in favor of Container Storage Interface (docs in https://kubernetes-csi.github.io/docs/ ). More research leads me to https://github.com/ctrox/csi-s3 which seems similar but with the "new" standard ?

Simple kubernetes ops I'm trying to figure this out. Should this project have a deprecation warning such as "Should work for kubernetes up to version X" ?

Thanks for your feedback and congrats on pushing this approach (which I would favor instead of a s3fs side car pattern we have in place on one project).