Replies: 1 comment
-
Hello "Paused" refers to the whole Rollout and not the pods of the second color. The pods should be up after some time. Also if you want to "test" the pods you should not do it manually but instead use an Analysis like https://argoproj.github.io/argo-rollouts/analysis/job/ |
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
-
I'm brand new to Argo rollouts and trying blue/green with manual pause.
I modified examples/helm-blue-green and set
autoPromotionEnabled: false
within the blueGreen strategy.Then I deploy the 2nd version:
helm upgrade example . --set image.tag=0.2
And now I want to wait until the 2nd version is running and then 'test' it. But this:
just keeps waiting.
How can I wait until the pods are ready and the
BlueGreenPause
state is reached?Beta Was this translation helpful? Give feedback.
All reactions