I use helm and I have a problem, when a pod (statefulset) is entring to CrashLoopBackOff
, it never exit this state.
Even when there is a new rolling update, the statefulset still in the same state CrashLoopBackOff
from the old rolling update.
Question
What can I do to force the statefulset to start the new rolling update (or even better, gracefully)?
- An answer for k8s-deployment will also be great!