-
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
[KEP 4815]Update the API design based on the discussion during implementation. #5211
base: master
Are you sure you want to change the base?
Conversation
cici37
commented
Mar 18, 2025
- One-line PR description: Update the API design based on the discussion during implementation: [KEP-4815]DRA Partitionable device kubernetes#130764
- Issue link:
- Other comments:
/assign @johnbelamaric |
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.
Thanks! Noticed a few more things that are needed. I think this PR can wait until after code freeze though.
@@ -967,8 +959,8 @@ devices: | |||
int: 3 | |||
uuid: | |||
string: GPU-662077db-fa3f-0d8f-9502-21ab0ef058a2 | |||
consumesCapacity: | |||
- capacityPool: gpu-3-pool | |||
consumesCounter: |
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.
consumesCounters
(plural)
throughout the file
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.
I'll leave it as consumesCounter to match what we have in implementation. The v1beta2 rename should be out of the scope of this KEP.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: cici37 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
All comments have been addressed. :) |
Let's wait until kubernetes/kubernetes#130932 lands. |