Files
kubernetes/test/e2e_node
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-09-27 19:57:47 +03:00
2025-07-29 20:20:08 +02:00
2025-11-10 09:41:02 +00:00
2025-08-11 15:14:46 +02:00