In a blue/green strategy, is it possible to not terminate the previous version after rollout promote? #2635
Unanswered
gomgomshrimp
asked this question in
Q&A
Replies: 1 comment
-
The whole point of blue/green is to have a single color after promotion has finished. If you want to have 2 versions in parallel for a long time have you seen experiments? https://argoproj.github.io/argo-rollouts/features/experiment/#use-cases-of-experiments Maybe you could describe a bit your use case? |
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
-
Hi, all.
Just like the title.
Is there any way not to terminate previous version of replicaset?
For example, below is the state right after promote.
After delay time,
revision 1
replicaset terminating.I don't want the previous version of replicaset terminating
Beta Was this translation helpful? Give feedback.
All reactions