-
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-4381: DRA update for 1.31 #4709
Merged
Merged
Commits on Jun 11, 2024
-
DRA: revise API for Kubernetes 1.31
This is the result of the prototyping in https://github.com/kubernetes-sigs/wg-device-management/tree/main/dra-evolution. The key changes compared to 1.30 are: - Removal of CRD support. Vendor configuration parameters are still supported as raw extensions of the in-tree types. - Removal of the notion of a "device model" and a selection mechanism that only works for one such model. This simplifies the API. - Instead of one claim referencing a ResourceClass, individual requests inside a claim now reference a DeviceClass. - Support for "match attributes". - Support for "management access". - Support for selecting devices from a request in a claim for a container instead of exposing all devices of a claim. Editorial changes: - Reduced usage of the word "resource" in favor of "devices" and "DRA drivers". - Removal of some out-dated text. This revision of the KEP roughly corresponds to https://github.com/kubernetes-sigs/wg-device-management/tree/258d109f54d3baaa48719519dec37a450a1dd5a1/dra-evolution (= kubernetes-sigs/wg-device-management#14 with some minor edits). What is missing: - renaming of ResourceSlice -> ResourcePool (https://github.com/kubernetes-sigs/wg-device-management/pull/28/files#r1630964004) What was added from kubernetes-sigs/wg-device-management#26: - ResourceClaim.Status.Allocation.NodeName -> NodeSelector - flattening of the allocation result Undecided: - kubernetes-sigs/wg-device-management#26 - kubernetes-sigs/wg-device-management#16 - kubernetes-sigs/wg-device-management#18
Configuration menu - View commit details
-
Copy full SHA for 8cc3eec - Browse repository at this point
Copy the full SHA 8cc3eecView commit details -
Configuration menu - View commit details
-
Copy full SHA for baff9a8 - Browse repository at this point
Copy the full SHA baff9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d4f4f - Browse repository at this point
Copy the full SHA 01d4f4fView commit details
Commits on Jun 12, 2024
-
Mostly: - removal of quota API - config parameters only under claim.spec
Configuration menu - View commit details
-
Copy full SHA for b9ea723 - Browse repository at this point
Copy the full SHA b9ea723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5917ac0 - Browse repository at this point
Copy the full SHA 5917ac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7accd05 - Browse repository at this point
Copy the full SHA 7accd05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d2e99 - Browse repository at this point
Copy the full SHA 84d2e99View commit details -
DRA: add text for supporting partitionable devices
Signed-off-by: Kevin Klues <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1a89ef - Browse repository at this point
Copy the full SHA c1a89efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da854b - Browse repository at this point
Copy the full SHA 2da854bView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c010dff - Browse repository at this point
Copy the full SHA c010dffView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.