kubernetes/test/e2e_node/criproxy
Davanum Srinivas c2f0180463
test/e2e_node: fix CRI proxy event forwarding
The CRI proxy called GetContainerEvents synchronously, which blocked in
the upstream receive loop and prevented kubelet from receiving
container lifecycle events. With AllAlpha enabled, that breaks the
EventedPLEG path and leaves the restart and image-pull retry tests
dependent on delayed fallback relists.

Run the upstream event stream in a goroutine, tie it to the
downstream stream context, and propagate non-cancellation errors
after forwarding completes. Also restore the image-volume test to
look for the kubelet log message emitted when Image.Image is empty.
2026-03-31 18:44:22 -04:00
..
endpoint.go
proxy_image_service.go cri-api: Add streaming RPCs for CRI list operations 2026-03-18 16:32:49 +00:00
proxy_runtime_service.go test/e2e_node: fix CRI proxy event forwarding 2026-03-31 18:44:22 -04:00