-
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
DRA: structured parameters #4381
Comments
/sig node The rationale behind creating a separate KEP is that this is an extension of DRA that (at least in theory) could graduate at its own pace. The KEP document itself also will be shorter, which will make discussing it easier. |
/stage alpha |
/milestone v1.30 |
@klueska: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Milestone Maintainers Team and have them propose you as an additional delegate for this responsibility. 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. |
@SergeyKanzhelev can we get this added to the 1.30 milestone? |
/label lead-opted-in |
@klueska: Can not set label lead-opted-in: Must be member in one of these teams: [release-team-enhancements release-team-leads sig-api-machinery-leads sig-apps-leads sig-architecture-leads sig-auth-leads sig-autoscaling-leads sig-cli-leads sig-cloud-provider-leads sig-cluster-lifecycle-leads sig-contributor-experience-leads sig-docs-leads sig-instrumentation-leads sig-k8s-infra-leads sig-multicluster-leads sig-network-leads sig-node-leads sig-release-leads sig-scalability-leads sig-scheduling-leads sig-security-leads sig-storage-leads sig-testing-leads sig-windows-leads] 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. |
/label lead-opted-in |
Hello @pohly 👋, Enhancements team here. Just checking in as we approach enhancements freeze on 02:00 UTC Friday 9th February 2024. This enhancement is targeting for stage Here's where this enhancement currently stands:
For this KEP, we would just want to update the following but it's not required for
The status of this enhancement is marked as |
With all the requirements fulfilled this enhancement is now marked as tracked for the upcoming enhancements freeze 🚀 |
Hello @pohly 👋, 1.30 Docs Lead here. Does this enhancement work planned for 1.30 require any new docs or modification to existing docs? Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release. |
Hello @pohly 👋 1.32 Docs Shadow here. Does this enhancement work planned for 1.32 require any new docs or modifications to existing docs? Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release. |
@hacktivist123: I already listed such a PR under "docs" in the issue description. |
Oh didn't see that, sorry! Thanks @pohly |
Hello @pohly ! 🙂 👋 This is a reminder to author your feature blog post! To opt-in, let us know and open a Feature Blog placeholder PR against the website repository by 30th Oct 2024. For more information about writing a blog see the blog contribution guidelines. Please feel free to reach out if you have any questions! Thank you very much! |
Hey again @pohly 👋 v1.32 Enhancements team here, Just checking in as we approach code freeze at 02:00 UTC Friday 8th November 2024 / 19:00 PDT Thursday 7th November 2024 . Here's where this enhancement currently stands:
For this enhancement, it looks like the following PRs are open and need to be merged before code freeze (and we need to update the Issue description to include all the related PRs of this KEP): Additionally, please let me know if there are any other PRs in k/k not listed in the description or not linked with this GitHub issue that we should track for this KEP, so that we can maintain accurate status. The status of this enhancement is marked as If you anticipate missing code freeze, you can file an exception request in advance. Thank you! |
Hello @pohly 👋, Enhancements team here. With all the implementation(code related) PRs merged as per the issue description:
This enhancement is now marked as Please note that KEPs targeting |
The v1beta1.Device is the same name as the existing one. Maybe we should change the name? |
/wg device-management |
/reopen A github workflow autoclosed when I set to done 🙃 sorry for the noise |
@haircommander: Reopened 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-sigs/prow repository. |
Hello @pohly 👋, 1.33 Enhancements Lead here. I’m closing milestone 1.32 now. If you'd like to work on this enhancement in v1.33, please have the SIG lead opt-in by adding the /remove-label lead-opted-in |
Enhancement Description
One-line enhancement description (can be used as a release note): The original dynamic resource allocation (DRA) uses claim and class parameters that are opaque to Kubernetes. With structured parameters, kube-scheduler and Cluster Autoscaler can handle respectively simulate claim allocation themselves without relying on a third-party driver.
Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/4381-dra-structured-parameters/
Discussion Link: Batch WG meeting 20231207, DRA intro and plan in that meeting
Primary contact (assignee): @pohly
Responsible SIGs: SIG Node
Enhancement target (which target equals to which milestone):
Alpha in 1.30
k/enhancements
) update PR(s): KEP 4381: add structured parameters for dynamic resource allocation #4384k/k
) update PR(s): DRA: structured parameters kubernetes#123516k/website
) update PR(s): DRA in Kubernetes 1.30: adds structured parameters website#45287Alpha in 1.31
k/enhancements
) update PR(s): KEP-4381: DRA update for 1.31 #4709k/k
) update PR(s): DRA for 1.31 kubernetes#125488k/website
) update PR(s): DRA documentation for 1.31 website#46816Beta in 1.32
k/enhancements
) update PR(s): KEP-4381: DRA: PRR and API for beta of structured parameters in 1.32 #4869k/k
) update PR(s):k/website
) update(s): DRA 1.32: beta website#48330The text was updated successfully, but these errors were encountered: