-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Flex volume API and Improved lifecycle (flexvolume) #93
Comments
@gr4701 @thockin @philips Create new Feature request for Flex volume proposals: |
@chakri-nelluri can you provide the actual status of the feature? Which SIG is responsible for it? |
@kubernetes/sig-storage is responsible for this feature. It is not part of 1.5 |
@saad-ali thank you! |
@saad-ali which release does this feature target and which stage (alpha/beta/stable)? |
@idvoretskyi alpha in 1.6 |
@chakri-nelluri @mdelio please, provide us with the release notes and documentation PR (or links) at https://docs.google.com/spreadsheets/d/1nspIeRVNjAQHRslHQD1-6gPv99OcYZLMezrBe3Pfhhg/edit#gid=0 |
Pingity ping. Is there a Docs PR for this? Is one needed? |
@jaredbhatti is this enough for docs: kubernetes/kubernetes#43326 or do we need a PR against kubernetes/kubernetes.github.io also? |
This looks like a pretty sizable feature that folks around going to want to
know about. The current documentation is pretty slim, but if the readme is
enough for current users, I'm fine with it.
This is what exists now:
https://kubernetes.io/docs/user-guide/volumes/#flexvolume
…On Fri, Mar 17, 2017 at 3:04 PM, bradley childs ***@***.***> wrote:
@jaredbhatti <https://github.com/jaredbhatti> is this enough for docs:
kubernetes/kubernetes#43326
<kubernetes/kubernetes#43326> or do we need a PR
against kubernetes/kubernetes.github.io also?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF3Lgt4nUsb7TXu-oXINjaaiMIfvhLBfks5rmwN4gaJpZM4J8Hyy>
.
|
@jaredbhatti more documentation is at:
https://github.com/kubernetes/kubernetes/tree/master/examples/volumes/flexvolume
The open PR kubernetes/kubernetes#43326 updates
this documentation to reflect 1.6 changes.
Let me know if there is any other place holder to include this
documentation. I will update it.
Thanks
~Chakri
…On Fri, Mar 17, 2017 at 3:32 PM, Jared ***@***.***> wrote:
This looks like a pretty sizable feature that folks around going to want to
know about. The current documentation is pretty slim, but if the readme is
enough for current users, I'm fine with it.
This is what exists now:
https://kubernetes.io/docs/user-guide/volumes/#flexvolume
On Fri, Mar 17, 2017 at 3:04 PM, bradley childs ***@***.***>
wrote:
> @jaredbhatti <https://github.com/jaredbhatti> is this enough for docs:
> kubernetes/kubernetes#43326
> <kubernetes/kubernetes#43326> or do we need a PR
> against kubernetes/kubernetes.github.io also?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#93 (comment)
>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AF3Lgt4nUsb7TXu-
oXINjaaiMIfvhLBfks5rmwN4gaJpZM4J8Hyy>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJdfb7H6oqRES-yRSoLpvccAffToIcccks5rmwoYgaJpZM4J8Hyy>
.
|
@chakri-nelluri, please confirm with @saad-ali and @devin-donnelly that no updates are needed to the user facing documentation at k8s.io. cc: @ethernetdan, @kubernetes/release-team |
/close |
@chakri-nelluri Where is this feature or its successor now tracked? |
@luxas |
Hi @luxas this will be superseded by CSI. https://github.com/container-storage-interface/spec |
@chakri-nelluri So #178 is the successor, right? |
Introduce LogForwarding Resource
* Update external istiod feature * beta * update checkboxes * add comment * spelling * check
Description
Existing flex volume plugin enables administrators/vendors to create out-of-tree volume plugins, i.e., plugins which do not reside in Kubernetes project. But, it has the following gaps.
It lacks support for the latest enhancements to in-tree plugins like dynamic provisioning and centralized attach-detach controller
It does not define a stable driver api for administrators/vendors to work.
The current flex volume plugin deployment model is not suitable for environments like GCE & CoreOS, where access to the root file system is restricted. And in other environments the overall user experience is poor, as it requires manual installation of the plugin on every node and restart of kubelets & controller manager.
Progress Tracker
/pkg/apis/...
)@kubernetes/api
@kubernetes/docs
on docs PR@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/docs
on docs PR@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/api
@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/docs
@kubernetes/feature-reviewers
on this issue to get approval before checking this offFEATURE_STATUS is used for feature tracking and to be updated by
@kubernetes/feature-reviewers
.FEATURE_STATUS: IN_DEVELOPMENT
More advice:
Design
@kubernetes/feature-reviewers
member, you can check this checkbox, and the reviewer will apply the "design-complete" label.Coding
and sometimes http://github.com/kubernetes/contrib, or other repos.
@kubernetes/feature-reviewers
and they willcheck that the code matches the proposed feature and design, and that everything is done, and that there is adequate
testing. They won't do detailed code review: that already happened when your PRs were reviewed.
When that is done, you can check this box and the reviewer will apply the "code-complete" label.
Docs
@kubernetes/docs
.The text was updated successfully, but these errors were encountered: