kubernetes/pkg/kubelet/cm/dra
Patrick Ohly bde66bfb55 kubelet dra: restore skipping of unused resource claims
1aeec10efb removed iterating over containers in favor of iterating over pod
claims. This had the unintended consequence that NodePrepareResource gets
called unnecessarily when no container needs the claim. The more natural
behavior is to skip unused resources. This enables (theoretic, at this time)
use cases where some DRA driver relies on the controller part to influence
scheduling, but then doesn't use CDI with containers.
2023-06-27 16:02:31 +02:00
..
plugin Update kubeletplugin API for DynamicResourceAllocation to v1alpha2 2023-03-14 23:09:44 +00:00
state Update kubelet support for recent changes to resource.k8s.io/v1alpha2 2023-03-14 22:34:18 +00:00
cdi.go kubelet dra: add checkpointing mechanism in the DRA Manager 2023-03-10 12:22:15 +02:00
claiminfo.go kubelet dra: add lock to addCDIDevices 2023-03-15 00:50:45 +02:00
manager.go kubelet dra: restore skipping of unused resource claims 2023-06-27 16:02:31 +02:00
types.go kubelet podresources: extend List to support Dynamic Resources and implement Get API 2023-03-14 19:33:04 +02:00