the rollout will stuck in "progressing", if the new spec is applied with ("replicas" increasement, and pod spec is changed) when the rollout is in "paused". #3256
Labels
bug
Something isn't working
Checklist:
Describe the bug
To Reproduce
replicas: 3
strategy:
canary:
dynamicStableScale: true
minPodsPerReplicaSet: 1
maxSurge: 1
maxUnavailable: 1
steps:
and then deploy change the replias of the Rollout.
then it will be stuck there. the promote also not work.
I think it's because the FindNewReplicaSet will return nil in this case.
Expected behavior
Screenshots
Version
latest in master branch.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: