ThalesGroup / helm-spray

Helm plugin for installing or upgrading sub-charts from an umbrella-chart using dependency orders
https://thalesgroup.github.io/helm-spray/
Apache License 2.0
75 stars 18 forks source link

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

Open pamiel opened 4 years ago

pamiel commented 4 years ago

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 commented 4 years ago

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

Keeping it opened for Spray v4.x