Replies: 1 comment
-
you must create AnalysisTemplate. i use just simple sleep template to make blue env standby.
|
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
-
Is there a complete example that can be used to test blueGreen rollout with pre and post analysis?
I saw in the documentation there is some snippet here for instance, however I was wondering if someone could point me to a concrete working example. I looked around the testing code and found the following manifest:
however when I run
kubectl apply -f theAboveManifest.yaml
and then runkubectl-argo-rollouts get rollout bluegreen-analysis --watch
I see the following outputI am not sure why this is happening, any comments would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions