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
It("should ignore nodes that have pods with the karpenter.sh/do-not-disrupt annotation when the NodePool's TerminationGracePeriod is not nil", func() {
558
557
pod:=test.Pod(test.PodOptions{
559
558
ObjectMeta: metav1.ObjectMeta{
560
559
Annotations: map[string]string{
@@ -570,8 +569,9 @@ var _ = Describe("Drift", func() {
0 commit comments