Replies: 2 comments 2 replies
-
I don't quite understand this desire. Once the yellow version is promoted, the Rollout is back at a fully promoted/steady state (aka Healthy), so it would be innacurate to report it otherwise. Can you explain the use case? What do you mean by "Running?" |
Beta Was this translation helpful? Give feedback.
-
I have read the following rc https://github.com/argoproj/argo-rollouts/releases/tag/v1.1.0-rc1 I think I can achieve this by specifying |
Beta Was this translation helpful? Give feedback.
-
I would like to deploy an application using a combination of Argo CD and Argo rollouts. As I proceeded with these verifications, I noticed the following:
argoproj/rollouts-demo:red
.autoPromotionEnabled
isfalse
.argoproj/rollouts-demo:red
will be deployed to the cluster.yellow
.argocd app sync
.kubectl argo rollouts get rollout [target] --watch
command, we can see that two types of ReplicaSet are created: preview replica and active replica.PROMOTE
from the Dashboard of Argo RolloutPROMITE
will promote the replica from preview to active, but the replica demoted from active to preview will be ScaledDown and in the state of exit.What I would like to achieve is to only ScaleDown the demoted replica and leave it in the Running state.
Is this feasible?
Beta Was this translation helpful? Give feedback.
All reactions