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
returnfmt.Errorf("Failed to add deletion markers to RabbitmqCluster Pods: %s", err.Error())
469
460
}
470
-
// Delete StatefulSet immediately after changing pod labels to minimize risk of them respawning. There is a window where the StatefulSet could respawn Pods without the deletion label in this order. But we can't delete it before because the DownwardAPI doesn't update once a Pod enters Terminating
461
+
// Delete StatefulSet immediately after changing pod labels to minimize risk of them respawning.
462
+
// There is a window where the StatefulSet could respawn Pods without the deletion label in this order.
463
+
// But we can't delete it before because the DownwardAPI doesn't update once a Pod enters Terminating.
0 commit comments