mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-25 14:06:46 +00:00
Explicitly state that the test involves kubelet restart and device plugin re-registration (no pod restart) We remove the part of the code where we wait for the pod to restart as this test case should no longer involve pod restart. In addition to that, we use `waitForNodeReady` instead of `WaitForAllNodesSchedulable` for ensuring that the node is ready for pods to be scheduled on it. Signed-off-by: Swati Sehgal <swsehgal@redhat.com> Co-authored-by: Francesco Romani <fromani@redhat.com>