Files
kubernetes/pkg
Sascha Grunert 9d8bbea593 Fix device plugin admission failure after container restart
When a container restarts before kubelet restarts, containerMap has
multiple entries (old exited + new running). GetContainerID() may
return the exited container, causing the running check to fail. Fixed
by checking if ANY container for the pod/name is running.

Also filter terminal pods from podresources since they no longer
consume resources, and fix test error handling to avoid exiting
Eventually immediately on transient errors.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2026-03-26 21:39:40 +00:00
..
2025-11-26 00:31:55 +09:00
2025-11-06 09:36:43 +00:00
2025-11-06 09:36:43 +00:00