-
Notifications
You must be signed in to change notification settings - Fork 15k
KEP-3695: node: dra: podresources: Beta in 1.34 #51476
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
KEP-3695: node: dra: podresources: Beta in 1.34 #51476
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Early feedback; I hope it's useful.
.../reference/command-line-tools-reference/feature-gates/KubeletPodResourcesDynamicResources.md
Outdated
Show resolved
Hide resolved
.../reference/command-line-tools-reference/feature-gates/KubeletPodResourcesDynamicResources.md
Show resolved
Hide resolved
53b5536
to
414c432
Compare
/cc @swatisehgal |
Hello @ffromani 👋! I'm reaching out from the Docs team. Just checking in as we approach Docs Freeze on Wednesday August 6, 2025 18:00 PDT. This documentation appears to still be under review. To meet the Docs Freeze, this PR must have a technical review as well as lgtm and approve labels applied, without any unaddressed comments or concerns from SIG Docs. Thank you! |
/assign @lmktfy |
/unassign sorry for the noise, misread the comment. need to get technical review first |
LGTM, thanks for the update @ffromani |
with information about the allocatable resources, enabling clients to properly | ||
track the free compute resources on a node. | ||
Extend the kubelet's pod resources gRPC List and Get endpoints to include resources allocated in | ||
ResourceClaims via [Dynamic Resource Allocation](/docs/concepts/scheduling-eviction/dynamic-resource-allocation/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe link to "observability" section? Also, there is very little I can find on how DRA podresources API different from DevicePlugin. At least info on how devices are represented in podresources would be helpful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fair point, adding
414c432
to
4bef94d
Compare
content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md
Outdated
Show resolved
Hide resolved
document feature gate changes; clarify documentation. Signed-off-by: Francesco Romani <[email protected]>
4bef94d
to
428771e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
from node-perspective
LGTM label has been added. Git tree hash: 1b196eb1246717fc1b6ff78eaf56b5694461150a
|
/assign @lmktfy for docs perspective |
Sharing an example of how this API is consumed by our GPU monitoring tool to show Pod resources
Primarily:
|
this will be great to add to the docs |
Sure, I can either add or perhaps @guptaNswati can add a followup with even more context. Both works for me. |
happy for this to be in a follow-up PR – i've reviewed for the Docs Freeze and we're good to go |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: natalisucks The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks! FYI @guptaNswati - I'd be happy to help with the followup PR. |
@ffromani sure I will add this in a follow-up MR. |
Description
Document feature gate updates for beta graduation in 1.34
Issue
kubernetes/enhancements#3695
Closes: #N/A