-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Proposal: Host-side Volume Discovery and Management Library #713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Got my account verified now. |
|
@kubernetes/sig-node-feature-requests @kubernetes/sig-storage-feature-requests |
|
Adding #695 as related to some degree. This proposal is about mostly about pluggable hardware devices, but some of the ideas of discovery are similar. |
|
@cmluciano Hi, very thank you for your precious suggestion. I had a look at this proposal and found that there are some differences between these two proposals:
Plz speak freely if you have any thought. |
|
@leonwanghui, there is a Container Storage Interface (CSI) being standardized right now at https://docs.google.com/document/d/1JMNVNP-ZHz8cGlnqckOnpJmHF-DNY7IYP-Di7iuVhQI/ and https://github.com/container-storage-interface/spec and which should address pluggable storage for Kubernetes, Mesos and Docker. Perhaps you should get involved there to make sure your use cases are included there. |
|
@jsafrane Hi, thank you for your suggestion. Here are my thoughts of the connection between this proposal and CSI:
Just my 2 cents : ) |
|
|
||
| ## Goal | ||
|
|
||
| To slove the problem, we plan to create a standalone project in Kubernetes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/slove/solve
|
This PR hasn't been active in 98 days. Closing this PR. Please reopen if you would like to work towards merging this change, if/when the PR is ready for the next round of review. cc @calebamiles @leonwanghui @sarahnovotny You can add 'keep-open' label to prevent this from happening again, or add a comment to keep it open another 90 days |
As we all know, Kubernetes can be deployed anywhere, including various cloud platforms and bare metals. But as for storage resources, you have to choose specific storage backend according to the environment Kubernetes be deployed.
So we want to create a standalone project in Kubernetes that acts a library providing volume discovery and local management, aiming to break the limitation between storage systems and Kubernetes deployment environment, and to provide any storage backend regardless of deployment environment(cloud platforms and bare metals).