Validate canary without taking traffic #3890
Unanswered
Bennett-Lynch
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes this is supported Read the documentation about the difference between setCanaryScale and setWeight if, for example, you do setCanaryScale = 3, you will have 3 pods that don't get any traffic (setWeight=0) Then you can run any smoke tests that you want with https://argo-rollouts.readthedocs.io/en/stable/analysis/job/ or https://argo-rollouts.readthedocs.io/en/stable/analysis/web/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
How can I run an analysis against a canary replica set before increasing its traffic weight, when I'm not using traffic routing/traffic management? Is this supported?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions