[k8s.io] Restart [Disruptive] should restart all nodes and ensure all nodes and pods recover #37202
Labels
area/kubelet
area/test
kind/flake
Categorizes issue or PR as related to a flaky test.
release-blocker
sig/node
Categorizes an issue or PR as relevant to SIG Node.
Milestone
The restart test is broke by #37070.
The original issue is #34003. The reason is #34003 (comment):
We fixed this by filtering out
RestartNever
mirror pod in the test. However #37070 changedimage-puller
toRestartOnFailure
which broke the workaround.A quick fix is to filter out non-RestartAlways pods. Because either
RestartNever
orRestartOnFailure
pods could succeed, and we can not deal with terminated mirror pods very well now.@yujuhong @gmarek
/cc @kubernetes/sig-node
The text was updated successfully, but these errors were encountered: