mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-23 11:27:15 +00:00
Automatic merge from submit-queue (batch tested with PRs 40964, 42967, 43091, 43115) fixes dswp flake Sometimes a pod may not appear in desired state of world immediately, we poll before failing. It only adds additional 30s to tests in worst case. Fixes #42990 cc @jingxu97