rexray / csi-nfs

A Container Storage Interface (CSI) plug-in that provides network file system (NFS) support.
Apache License 2.0
32 stars 8 forks source link

Updates for CSI 0.1 #7

Closed codenrhoden closed 6 years ago

deric commented 7 years ago

After going through the instructions in the README I'm getting:

$ csc gets
0.0.0

So 0.1.0 is not supported yet?

codenrhoden commented 7 years ago

There is no formal tag of 0.1.0 for CSI yet. So it doesn't exist.

deric commented 7 years ago

Right, makes sense. At this point it just makes harder to test it. Hopefully the 0.1.0 will be tagged soon.

codenrhoden commented 7 years ago

Yeah, I get it. It is annoying to add the -version 0.0.0 flag to the csc commands. I just didn't want there to be plugins out in the wild that advertised 0.1.0 support when I know that what the plugin looks like today, and what it will actually look like when 0.1.0 is tagged will be very different.

This is issue is to capture the work that will be required once 0.1.0 is tagged. We had originally expected that tag to happen late October, but now I'm more hoping "in the next few weeks". I really don't know.