-
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 Volume Scheduling #490
Comments
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
/remove-lifecycle-stale I'm hoping to target beta in 1.10 |
@msau42 1.10 - beta, right? |
Yes, at least I will try to. |
1.10 Beta PR has been merged: kubernetes/kubernetes#59391 1.11 design for dynamic provisioning is here: kubernetes/community#1857 |
@msau42 In my use case, the statefulset does not automatically schedule pods on the same node as the pv(local storage). To overcome this I have written a custom scheduler that schedules the pod on the node which has it's pv. This also works in the case where the pod goes down and needs to be brought up on the exact node that has it's pv. |
@mightwork the current feature should already be scheduling your pod to the correct node. Can you open an issue with the details of your PV and ping me? |
@msau42 If so, can you please ensure the feature is up-to-date with the appropriate:
cc @idvoretskyi |
Plan is to remain beta in 1.11. #561 is tracking the dynamic provisioning work |
Plan for 1.13 is to go GA |
/milestone v1.13 |
@msau what work if left in k/k for this feature to go to GA in 1.13? Is there a list of pending PRs (code, tests and docs) that we can track on our end? /stage stable |
Remaining tasks:
|
Hi @msau42, I'm Naomi and working on docs for the 1.13 release. Could you open up a docs PR against the dev-1.13 branch as a placeholder for the needed docs updates? |
Docs pr here: kubernetes/website#10736 |
Hi @msau42 - I'm Enhancements Shadow for 1.13. Could you please update the release team with the likelihood of this enhancement making the 1.13 release? When we don't see any updates in a few days, we would appreciate an update. Code slush begins on 11/9 and code freeze is 11/15. Thank you! |
Yes, this is on track to meet code freeze. e2e PR is close to being merged: I will open up the feature gate PR this week. |
@msau42 is the e2e test PR the only pending PR for this enhancement? I added milestone and priority to the PR so it can merge in Slush. Is there a feature gate PR open? |
I updated the checklist above. Just docs are remaining |
@msau42 Hi I'm the enhancements lead for 1.14 - It looks like this enhancement graduated to stable - is this issue still open? Is there work needed for the 1.14 release? |
I think we are done with feature tracking. There are some cleanup items that I have already opened issues for. |
@msau42: 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. |
Actually, this is also a pain with statefulsets running on top of Amazon EKS Cluster. |
Feature Description
/assign
The text was updated successfully, but these errors were encountered: