Files
kubernetes/test/e2e_node
Sascha Grunert 5dea39fc01 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:45:29 +00:00
..
2025-07-04 08:55:57 +02:00
2025-07-29 20:20:08 +02:00
2025-07-29 20:20:08 +02:00
2024-12-02 16:59:34 +01:00
2025-07-29 20:20:08 +02:00
2025-07-01 23:17:51 -05:00