kubernetes / enhancements

Enhancements tracking repo for Kubernetes
Apache License 2.0
3.46k stars 1.49k forks source link

DRA: Improved Quota mechanism for DRA resources #4840

Open klueska opened 2 months ago

klueska commented 2 months ago

Enhancement Description

At present, quota for DRA resources is done similar to other resources, i.e. at admission time rather allocation time.

We propose to change the quota mechanism used for DRA resources to be done at allocation time instead.

Pros:

Cons:

We believe the pros outweigh the cons as it enables use cases such as putting quota on total amount of GPU memory allocated rather then strictly on number of devices allocated.

pohly commented 1 week ago

/wg device-management