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 does make sense that a "waiting for Liveness and Readiness..." step is run when deploying a StatefulSet with an updateStrategy set to "OnDelete", because none of the Pods are restarted at that time.
It even generates an infinite loop as the conditions to exit the "waiting for Liveness and Readiness..." phase are never met.
The text was updated successfully, but these errors were encountered:
It does make sense that a "waiting for Liveness and Readiness..." step is run when deploying a StatefulSet with an updateStrategy set to "OnDelete", because none of the Pods are restarted at that time.
It even generates an infinite loop as the conditions to exit the "waiting for Liveness and Readiness..." phase are never met.
The text was updated successfully, but these errors were encountered: