rancher / convoy

A Docker volume plugin, managing persistent container volumes.
Apache License 2.0
1.31k stars 135 forks source link

k8s FlexVolume driver with ebs working #157

Closed jimengliu closed 8 years ago

jimengliu commented 8 years ago

@yasker

adding k8s driver client to integrate with k8s invoking API. Besides arguments are different, some other requirements are:

  1. no stdout printout at all except <success/failure> in k8s format
  2. attach call must return a device in the <success/failure> printout to stdout
  3. all calls from k8s don't have convoy volume ID as important parameter, need to find them out first
yasker commented 8 years ago

Separate the change for Convoy itself and for k8s to different readable patches.

Also can you explain why there is no volume ID? I thought every volume in Rancher suppose to have a volume ID/Name.

jimengliu commented 8 years ago

Sure, I can separate them. I am not sure about volume ID, will look into this. Thanks!