openservicemesh / osm-docs

a docs page for open service mesh
https://docs.openservicemesh.io
Apache License 2.0
4 stars 40 forks source link

Should we use origin service account to proceed canary release? #432

Closed addozhang closed 1 year ago

addozhang commented 2 years ago

In the traffic split docs, bookstore-v2 manifiest is used to deploy a v2 version of bookstore with a new service account bookstore-v2.

We usually deploy a new version with the same account during a canary release. Or, we need to create TrafficTarget resources to make expected communication succeed at the same time.

In the manifest mentioned above, it forgot to create TrafficTarget for bookstore-v2 accessing bookwarehouse service.