Wait for replacing canary #2054
paichinger
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Argo People!
We're currently evaluating and testing argo rollouts as a tool for doing progressive delivery at our company. While testing it I encountered the following behavior (using nginx+canary+header-based routing):
We are looking for an option for some of our apps to prevent that a customer (identified by header) will ever end up at an older version again. So in this case (step 6) all the requests should end up at version 2 until version 3 is ready.
Is there a way to make argo rollouts work like that?
Beta Was this translation helpful? Give feedback.
All reactions