enhancements icon indicating copy to clipboard operation
enhancements copied to clipboard

RFC: KEP-4381: DRA: support vendor-independent attributes

Open pohly opened this issue 1 year ago • 2 comments

  • One-line PR description: vendor-independent attributes

  • Issue link: https://github.com/kubernetes/enhancements/issues/4381

  • Other comments:

While it isn't really feasible for GPUs, other kinds of hardware might be described via some standardized attributes. When removing the explicit driver name from requests and filters it becomes possible for users to ask for an instance where some standardized attribute is set without knowing in advance which driver is going to provide it.

The downside is that CEL expressions now must get applied to all instances, whether they are from the "expected" driver or some other one. It becomes the responsibility of the CEL expression to filter out unknown instances.

pohly avatar May 02 '24 13:05 pohly

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: pohly Once this PR has been reviewed and has the lgtm label, please assign derekwaynecarr for approval. For more information see the Kubernetes Code Review Process.

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 /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar May 02 '24 13:05 k8s-ci-robot

@pohly: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-enhancements-verify d42bfb27c80adc90a4ec2cfa7a57b80362db4646 link true /test pull-enhancements-verify

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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-sigs/prow repository. I understand the commands that are listed here.

k8s-ci-robot avatar May 10 '24 16:05 k8s-ci-robot

/close

Will become part of a future KEP updated after prototyping it in https://github.com/kubernetes-sigs/wg-device-management.

pohly avatar Jun 05 '24 06:06 pohly

@pohly: Closed this PR.

In response to this:

/close

Will become part of a future KEP updated after prototyping it in https://github.com/kubernetes-sigs/wg-device-management.

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-sigs/prow repository.

k8s-ci-robot avatar Jun 05 '24 06:06 k8s-ci-robot