-
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
Topology aware dynamic provisioning #561
Comments
/assign |
/assign |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Volume topology aware dynamic provisioning: basic plumbing **What this PR does / why we need it**: Split PR #63193 for better review part 1: basic scheduler and controller plumbing Next: #63233 **Which issue(s) this PR fixes** Feature: kubernetes/enhancements#561 Design: kubernetes/community#2168 **Special notes for your reviewer**: /sig storage /sig scheduling /assign @msau42 @jsafrane @saad-ali @bsalamat **Release note**: ```release-note Basic plumbing for volume topology aware dynamic provisioning ```
@msau42 @lichuqiang -- We're doing one more sweep of the 1.11 Features tracking spreadsheet. |
We've only partially completed the feature for 1.11, so we will defer to 1.12. |
Thanks for the update, @msau42! |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. API change for volume topology aware dynamic provisioning **What this PR does / why we need it**: Split PR kubernetes#63193 for better review part 2: API change Previous: kubernetes#63232 Next: kubernetes#63193 **Which issue(s) this PR fixes** Feature: kubernetes/enhancements#561 Design: kubernetes/community#2168 **Special notes for your reviewer**: /sig storage /sig scheduling /assign @msau42 @jsafrane @thockin **Release note**: ```release-note API change for volume topology aware dynamic provisioning ```
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. API change for volume topology aware dynamic provisioning **What this PR does / why we need it**: Split PR kubernetes/kubernetes#63193 for better review part 2: API change Previous: kubernetes/kubernetes#63232 Next: kubernetes/kubernetes#63193 **Which issue(s) this PR fixes** Feature: kubernetes/enhancements#561 Design: kubernetes/community#2168 **Special notes for your reviewer**: /sig storage /sig scheduling /assign @msau42 @jsafrane @thockin **Release note**: ```release-note API change for volume topology aware dynamic provisioning ``` Kubernetes-commit: 77d996b27883bed9d8b9015b608f9a0f0c60fd23
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Volume topology aware dynamic provisioning: work based on new API **What this PR does / why we need it**: The PR has been split to 3 parts: Part1: kubernetes#63232 for basic scheduler and PV controller plumbing Part2: kubernetes#63233 for API change and the PR itself includes work based on the API change: - Dynamic provisioning allowed topologies scheduler work - Update provisioning interface to be aware of selected node and topology **Which issue(s) this PR fixes** Feature: kubernetes/enhancements#561 Design: kubernetes/community#2168 **Special notes for your reviewer**: /sig storage /sig scheduling /assign @msau42 @jsafrane @saad-ali @bsalamat @kubernetes/sig-storage-pr-reviews @kubernetes/sig-scheduling-pr-reviews **Release note**: ```release-note Volume topology aware dynamic provisioning ```
@msau42 @lichuqiang @kubernetes/sig-storage-feature-requests -- This feature was removed from the previous milestone, so we'd like to check in and see if there are any plans for this in Kubernetes 1.12. If so, please ensure that this issue is up-to-date with ALL of the following information:
Set the following:
Please note that the Features Freeze is July 31st, after which any incomplete Feature issues will require an Exception request to be accepted into the milestone.In addition, please be aware of the following relevant deadlines:
Please make sure all PRs for features have relevant release notes included as well. Happy shipping! |
@justaugustus Thanks for your reminding! One thing I'm not sure is the feature target. In 1.11, because of the fact that we were lack of some downside implementation, we didn't officially claim it alpha. Would like to wait for @msau42 for confirmation. |
Correct, goal is 1.12 beta once we have a plugin implementation with e2e tests. |
Thanks for the update, @lichuqiang @msau42! |
Doc placeholder: kubernetes/website#9939 |
@msau42 @lichuqiang -- |
Yes this feature will be beta in 1.12. According to the 1.12 release schedule, docs PRs are not due until the 7th: https://github.com/kubernetes/sig-release/tree/master/releases/release-1.12 |
Got it. Thanks for the update! |
@msau42 I didn't see a PR in k/website for this, but I could be mistaken. Could you please link it here for me? |
It's the placeholder PR mentioned above that you have also reviewed. kubernetes/website#9939 |
Must've lost the link in the sheet somewhere. Thanks!
…On Mon, Sep 10, 2018 at 9:15 AM Michelle Au ***@***.***> wrote:
It's the placeholder PR mentioned above that you have also reviewed.
kubernetes/website#9939 <kubernetes/website#9939>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#561 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE81SCs672Wxe0_NL3Tw_2_i6RryEXcPks5uZnQXgaJpZM4TXfJh>
.
|
Hi folks, We are also now encouraging that every new enhancement aligns with a KEP. If a KEP has been created, please link to it in the original post. Please take the opportunity to develop a KEP |
Yes, we plan to move this to GA in 1.13. |
@msau42 i like this idea. @AishSundar do you have any concerns about following #490 ? |
+1 on closing this issue if there are no more specific tasks. Thanks @msau42 |
Let's track with #490. Closing this. |
Feature Description
The text was updated successfully, but these errors were encountered: