-
Notifications
You must be signed in to change notification settings - Fork 1.6k
PodResources API for DRA: match API with actual implementation in 1.27 #3915
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
PodResources API for DRA: match API with actual implementation in 1.27 #3915
Conversation
Hi @moshe010. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
20e52e2
to
0080ae0
Compare
/ok-to-test |
/lgtm |
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
claim name, claim namespace, and a list of claimed resources allocated by a DRA driver. | ||
Currently, claimed resources contains CDI Devices but in future it may extend to | ||
support plugins that allocate different type of resource (not CDI Devices). |
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.
claim name, claim namespace, and a list of claimed resources allocated by a DRA driver. | |
Currently, claimed resources contains CDI Devices but in future it may extend to | |
support plugins that allocate different type of resource (not CDI Devices). | |
claim name, claim namespace, and a list of claimed resources allocated by a DRA driver. | |
Currently, the claim resources only contain a list of CDI Devices but in the future they may be extended to | |
support plugins that allocate different types of resource (not just CDI Devices). |
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.
done
Small wording change, otherwise |
Signed-off-by: Moshe Levi <[email protected]>
0080ae0
to
3e2ad56
Compare
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dchen1107, klueska, moshe010, SergeyKanzhelev 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 |
This needs to include sig-network as approvers, we have this debate with accelerator network devices and several proposal on how to do it , it will not be nice if kubernetes ends with two different ways of configuring these devices |
match API with actual implementation in 1.27
DRA: Extend PodResources to include resources from Dynamic Resource Allocation #3695