mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-22 19:00:27 +00:00
Automatic merge from submit-queue Node E2E: Add image pull retry in image pulling test. Fixes #29259, #28047. This test added image pull retry in image pulling node e2e test. It will retry for 3 times until test successes. This should be able to make the image pulling test less flaky. @yujuhong