-
Notifications
You must be signed in to change notification settings - Fork 1.5k
KEP-3063: dynamic resource allocation: update kubelet plugin RPC versions supported. #4164
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-3063: dynamic resource allocation: update kubelet plugin RPC versions supported. #4164
Conversation
byako
commented
Aug 28, 2023
- One-line PR description: update kubelet section of README.md with new RPC version introduced in 1.28
- Issue link: DRA: control plane controller ("classic DRA") #3063
- Other comments: see kubelet: support batched prepare/unprepare in v1alpha3 DRA plugin API kubernetes#119012
@bart0sh: GitHub didn't allow me to assign the following users: bartosh. Note that only kubernetes members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. |
/assign |
/retest |
|
||
- [v1alpha2](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kubelet/pkg/apis/dra/v1alpha2/api.proto) | ||
interface provides resource claim information to kubelet plugin on one at a | ||
time basis. **NB! v1alpha2 will be deprecared, switch to v1alpha3** |
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.
What is this NB!
? It just renders as the letters NB here:
https://github.com/kubernetes/enhancements/pull/4164/files#diff-8fa237d276346416c2aafa209f721e43c9762f59cabec234eafafe01694de3ee
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.
An acronym signifying the importans, similar to NOTE!
or MIND THAT...
https://en.wikipedia.org/wiki/Nota_bene
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.
Let's remove it. I cant be alone in never seeing this acronym before and it doesn't seem to render as anything special in the markdown.
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.
Co-authored-by: Kevin Klues <[email protected]>
Co-authored-by: Kevin Klues <[email protected]>
Co-authored-by: Kevin Klues <[email protected]>
Co-authored-by: Kevin Klues <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: byako, dchen1107 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 |