In Kubernetes' default behavior (.spec.podManagementPolicy: OrderedReady), StatefulSet pods are updated one at a time in reverse order. The update process is blocked if any pod is not in a Running state, and manual intervention is required. The documentation has been updated; you can view it here. If your deployment strategy doesn't require ordered pod upgrades, you can set podManagementPolicy to Parallel.