-
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
Mount namespace propagation #432
Comments
Split this out from #278 |
Design doc: kubernetes/community#659 by @jsafrane Implemented in PR kubernetes/kubernetes#46444 for 1.8 by @jsafrane |
Need user docs @jsafrane |
Docs: kubernetes/website#5544 |
What are the plans for getting this mount propagation feature to beta status in 1.9? Will it be available without a feature gate in 1.9? The Rook team would love to start using this feature by default as soon as possible. I don't see it tracked in the SIG Storage 1.9 planning sheet, should it be tracked there? https://docs.google.com/spreadsheets/d/1t4z5DYKjX2ZDlkTpCnp18icRAQqOE85C1T1r2gqJVck/edit?usp=sharing |
It's planned for 1.10, volunteers needed. We need more tests:
|
/assign @jsafrane |
@jsafrane Docs update, please! Also please update the feature tracking spreadsheet. We need the docs asap. PR merges are due this Friday (March 9). Thanks! |
Docs: kubernetes/website#7655 |
@jsafrane If so, can you please ensure the feature is up-to-date with the appropriate:
cc @idvoretskyi |
@saad-ali, shall we bake it as Beta for one more release and have it stable in 1.12? |
@jsafrane I'll tentatively set this to |
Hey there! @saad-ali I'm the wrangler for the Docs this release. Is there any chance I could have you open up a docs PR against the release-1.12 branch as a placeholder? That gives us more confidence in the feature shipping in this release and gives me something to work with when we start doing reviews/edits. Thanks! If this feature does not require docs, could you please update the features tracking spreadsheet to reflect it? |
Filled kubernetes/website#10090. |
Thank you!
…On Mon, Aug 27, 2018 at 1:09 AM Jan Šafránek ***@***.***> wrote:
Filled kubernetes/website#10090
<kubernetes/website#10090>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#432 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE81SIz7Kl8e0omBOriOlnUruyZwqnSvks5uU6kkgaJpZM4PbQ1A>
.
|
Yes, this is GA now and could be closed (not sure what's the policy here). |
/close |
@kacole2: Closing this issue. In response to this:
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. |
Feature Description
rshared
so that any mounts from inside the container are reflected in the host's mount namespace (this will enable, for example, containerization of volume plugins).The text was updated successfully, but these errors were encountered: