helm-spray
helm-spray copied to clipboard
"waiting for Liveness and Readiness..." never ends for StatefulSets with strategy="OnDelete"
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.
Solved by https://github.com/ThalesGroup/helm-spray/pull/59 for Spray v3.x.
Keeping it opened for Spray v4.x