Adding destination rules part to the tip section in "bookinfo" page (#9230)

* revise author info to pass google cla

* revise the tip content in bookinfo page

* run make gen

* Update content/en/docs/examples/bookinfo/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
This commit is contained in:
Xiaopeng Han 2021-03-25 21:59:51 +08:00 committed by GitHub
parent af97ea5d0a
commit dd2e10ff00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ to demonstrate various Istio features.
{{< tip >}}
If you installed Istio using the [Getting Started](/docs/setup/getting-started/)
instructions, you already have Bookinfo installed and you can skip these steps.
instructions, you already have Bookinfo installed and you can skip most of these steps
and go directly to [Apply Default Destination Rules](/docs/examples/bookinfo/#apply-default-destination-rules).
{{< /tip >}}
The application displays information about a

View File

@ -15,7 +15,7 @@ microservice.
## Before you begin
* Setup Istio by following the instructions in the
[Installation guide](/docs/setup/).
[Installation guide](/docs/setup/).
* Deploy the [Bookinfo](/docs/examples/bookinfo/) sample application.