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.
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.