-
Trying to deploy with istio but it shows the error on the argo cd
###searched the whole internet to deploy with istio, argo rollouts, bluegreen |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For the error you're getting, trafficRouting shouldn't be under strategy.bluegreen, it is a valid field under strategy.canary though when you want to do canary deployment using a service mesh instead of relying on pod count |
Beta Was this translation helpful? Give feedback.
For the error you're getting, trafficRouting shouldn't be under strategy.bluegreen, it is a valid field under strategy.canary though when you want to do canary deployment using a service mesh instead of relying on pod count
https://argoproj.github.io/argo-rollouts/features/bluegreen/