Hey, I’ve StatefulSet in which I set updateStrategy to rollingUpdate, but if current version of my application in cluster have warnings (e.g. image pull backoff error or readiness probe failure), than new version of application won’t be deployed until I delete pod manually.
I’ve read the docs, but didn’t find is it expected behavior or not?