helm-spray icon indicating copy to clipboard operation
helm-spray copied to clipboard

"waiting for Liveness and Readiness..." never ends for StatefulSets with strategy="OnDelete"

Open pamiel opened this issue 4 years ago • 1 comments

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.

pamiel avatar Jul 15 '20 10:07 pamiel

Solved by https://github.com/ThalesGroup/helm-spray/pull/59 for Spray v3.x.

Keeping it opened for Spray v4.x

pamiel avatar Jul 16 '20 10:07 pamiel