thecodeteam / roadmap

The {code} Team Roadmap
3 stars 1 forks source link

[Proposal] Attach/Detach API #201

Closed vladimirvivien closed 6 years ago

vladimirvivien commented 7 years ago

This proposal is to implement the Kubernetes Attach/Detach API. The API decentralizes the call to Attach/Detach volumes by invoking the operations from the controller (not the kubelets). The controller is able to properly coordinate attach/detach operations and handle situations where racy conditions may arise.

Attach/Detach API

The Attach API makes available the following operations

The Detach API offers the following operations