How is it determined whether a Rollout makes progress for the purposes of progressDeadlineAbort
?
#3798
Unanswered
andrii-korotkov-verkada
asked this question in
Q&A
Replies: 1 comment
-
my understanding is progressDeadline is when things dont 'happen'. Pauses don't count against it (to the best of my knowledge) eg: we have a rollouts with progress deadline of 10 mins, but our steps look like this: I've noticed we hit the progress deadline issue when rollouts would get 'stuck' where it couldnt scale up/down a replica set. Hopefully someone can give you more nuance, since i'm sure there's some I'm not covering here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it based on making it to the next canary step or something else?
I'm checking my assumptions, since there's been a constant timing out of a particular Rollout with
progressDeadlineSeconds
set to 900, while the canary steps were supposed to take 5 min. There were 4 steps with 5 min pauses in between though.Beta Was this translation helpful? Give feedback.
All reactions