Add reminder to apply destination rules (#2801)

This commit is contained in:
Frank Budinsky 2018-10-25 11:20:18 -04:00 committed by Lin Sun
parent c1322cac25
commit b7f25c0abf
1 changed files with 2 additions and 0 deletions

View File

@ -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 >}}