Rollout in degraded state when progressDeadlineSeconds < scaleDownDelaySeconds #3414
Closed
2 tasks done
Labels
bug
Something isn't working
Checklist:
Describe the bug
When using the "fast track rollback" feature and keeping old revisions scaled up for a set amount of time, I noticed that the Rollout falls into a degraded state with the message
ProgressDeadlineExceeded: ReplicaSet "xxx" has timed out progressing
.After investigation, I realized:
progressDeadlineSeconds
.scaleDownDelaySeconds
(initially set to 24 hours)I then tried setting
progressDeadlineSeconds
<scaleDownDelaySeconds
(600 seconds and 900 seconds respectively) and that fixes the issue.To Reproduce
Here's an example
Expected behavior
Once the Rollout is deployed and healthy, I expect being able to set
scaleDownDelaySeconds
to whatever reasonable value without it affecting the Rollout's progress deadline.Screenshots
Version
Tried with
1.6.0
and then with1.6.6
Logs
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: