Rolling update does not work for StatefulSet integration #3690
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/feature
Categorizes issue or PR as related to a new feature.
/kind bug
/kind feature
What happened:
When doing a rolling update of StatefulSet it gets stuck after stopping the first pod.
What you expected to happen:
The rolling update of STS is supported as this is a common operation for serving workloads.
How to reproduce it (as minimally and precisely as possible):
kubectl set image statefulset/nginx-statefulset nginx=registry.k8s.io/nginx-slim:0.27
issue: The update gets stuck, and the pods are:
Anything else we need to know?:
After deleting the finalizer from
nginx-statefulset-2
pod manually, the STS update is still stuck, the pods:The text was updated successfully, but these errors were encountered: