-
Notifications
You must be signed in to change notification settings - Fork 790
Description
New Repo, or migrate existing
new repository
Requested name for new repository
sig-storage-external-provisioner-lib
Which Organization should it reside
kubernetes-sigs
Who should be provided access to this repository
Approvals
Need sig-storage approval from: @childsb and @saad-ali
See "External Storage - Moving Project Out" in https://docs.google.com/document/d/1AoemMxRcRDhc3gpChGk-UwCiVsk7Q7E_yKeIKP-7jL4/edit?ts=5ad14c06#heading=h.6ufuho4zfqau
Additional context for request
Currently, kubernetes-incubator/external-storage houses both a small library under /lib for writing external provisioners and a number of "community-maintained" provisioners which depend on the library. We want to separate the library and the provisioners.
It can be difficult for users/dependers of the library to vendor it and for library maintainers to update it (as frequently as versions of kubernetes are released) due to the need to untangle golang dependency webs if/when conflicts arise.
cc @verult