You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1651,6 +1752,13 @@ After above Pods have been removed from the Node, the following Pods will be evi
1651
1752
},
1652
1753
},
1653
1754
},
1755
+
PodsToWaitCompleted: []*corev1.Pod{
1756
+
{
1757
+
ObjectMeta: metav1.ObjectMeta{
1758
+
Name: "pod-16-wait-completed",
1759
+
},
1760
+
},
1761
+
},
1654
1762
},
1655
1763
wantConditionMessage: `Drain not completed yet (started at 2024-10-09T16:13:59Z):
1656
1764
* Pods pod-2-deletionTimestamp-set-1, pod-2-deletionTimestamp-set-2, pod-2-deletionTimestamp-set-3, ... (4 more): deletionTimestamp set, but still not removed from the Node
@@ -1660,7 +1768,8 @@ After above Pods have been removed from the Node, the following Pods will be evi
1660
1768
* Pod pod-8-to-trigger-eviction-some-other-error: failed to evict Pod, some other error 3
1661
1769
* Pod pod-9-to-trigger-eviction-some-other-error: failed to evict Pod, some other error 4
1662
1770
* 1 Pod with other issues
1663
-
After above Pods have been removed from the Node, the following Pods will be evicted: pod-11-eviction-later, pod-12-eviction-later, pod-13-eviction-later, ... (2 more)`,
1771
+
After above Pods have been removed from the Node, the following Pods will be evicted: pod-11-eviction-later, pod-12-eviction-later, pod-13-eviction-later, ... (2 more)
1772
+
Waiting for the following Pods to complete without eviction: pod-16-wait-completed`,
1664
1773
},
1665
1774
{
1666
1775
name: "Compute long condition message correctly with more skipped errors",
0 commit comments