mirror of https://github.com/istio/istio.io.git
Add reminder to apply destination rules (#2801)
This commit is contained in:
parent
c1322cac25
commit
b7f25c0abf
|
|
@ -36,6 +36,8 @@ will apply a rule to route traffic based on the value of an HTTP request header.
|
|||
To route to one version only, you apply virtual services that set the default version for the microservices.
|
||||
In this case, the virtual services will route all traffic to `v1` of each microservice.
|
||||
|
||||
> If you haven't already applied destination rules, follow the instructions in [Apply Default Destination Rules](/docs/examples/bookinfo/#apply-default-destination-rules).
|
||||
|
||||
1. Run the following command to apply the virtual services:
|
||||
|
||||
{{< text bash >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue