-
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. |
/label lead-opted-in |
/stage beta |
Hello @pohly 👋, v1.33 Enhancements team here. Just checking in as we approach enhancements freeze on 02:00 UTC Friday 14th February 2025 / 19:00 PDT Thursday 13th February 2025. This enhancement is targeting stage Here's where this enhancement currently stands:
For this KEP, we would need to update the following:
The status of this enhancement is marked as If you anticipate missing enhancements freeze, you can file an exception request in advance. Thank you! |
#4381 updated the GA graduation criteria for DRA structured parameters, like below.
@pohly @johnbelamaric IIUC, this is not going to be GA in v1.33, right? new updates in v1.33 until now: |
We cannot make it default on in 1.33 because the API group has to remain default off (Kubernetes policy). There will be some minor enhancements of this feature in 1.33, but nothing that needs to be planned now through a KEP update. |
We talked in the last working group meeting about updating this KEP in this cycle to include more comprehensive GA graduation criteria. |
Hi @pohly 👋, 1.33 Enhancements team here, Just a quick friendly reminder as we approach the enhancements freeze later this week, at 02:00 UTC Friday 14th February 2025 / 19:00 PDT Thursday 13th February 2025. The current status of this enhancement is marked as If you anticipate missing enhancements freeze, you can file an exception request in advance. Thank you! |
Yes. I don't think it's critical to get it done before the KEP freeze though, it's just a punch list we need for 1.34, not changes going into 1.33 (some might, but they would be managed as separate issues). Some of them may need issues created. |
So, @pacoxu in other words there are no major changes here, we just wanted to track that we are working on it incrementally. |
@johnbelamaric, I’m wondering if we’ll still need a small change to the latest milestone ( |
Yes, makes sense to me, thanks. Coming soon :) |
Hello @pohly 👋, 1.33 Enhancements team here. Now that PR #5160 has been merged, all the KEP requirements are in place and merged into k/enhancements, this enhancement is all good for the upcoming enhancements freeze. 🚀 The status of this enhancement is marked as /label tracked/yes |
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#48330Beta in 1.33
k/enhancements
) update PR(s): KEP-4381: Update GA graduation criteria #5160k/k
) update PR(s):k/website
) update(s):The text was updated successfully, but these errors were encountered: