argoproj / argo-rollouts

Progressive Delivery for Kubernetes
https://argo-rollouts.readthedocs.io/
Apache License 2.0
2.79k stars 873 forks source link

argo rollouts scale down stable replicaset before new version up to stable. #3275

Open songhohoon opened 11 months ago

songhohoon commented 11 months ago

Checklist:

Describe the bug argo rollouts scale down stable replicaset before new version up to stable. I was making a new version of deploy with deploy strategy change from canary to blue/green

To Reproduce failed to reproduce...

Expected behavior

  1. new version of replicaset up to sable
  2. then switch service traffic to new version
  3. scale down old version

Screenshots

image image

Version v1.6.0

Logs missing...


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

erikwoo commented 10 months ago
image

After rollout completed, I was unable to reproduce this bug.