Bookinfo getting started clarification (#6063)

This commit is contained in:
Frank Budinsky 2019-12-12 13:30:02 -05:00 committed by Istio Automation
parent 6e73971098
commit 3a1939836a
2 changed files with 6 additions and 1 deletions

View File

@ -185,6 +185,11 @@ Run the following command to create default destination rules for the Bookinfo s
* If you did **not** enable mutual TLS, execute this command:
{{< tip >}}
Choose this option if you are new to Istio and are using the `demo`
[configuration profile](/docs/setup/additional-setup/config-profiles/).
{{< /tip >}}
{{< text bash >}}
$ kubectl apply -f @samples/bookinfo/networking/destination-rule-all.yaml@
{{< /text >}}

View File

@ -166,7 +166,7 @@ $ istioctl kube-inject -f <your-app-spec>.yaml | kubectl apply -f -
{{< /text >}}
If you are not sure where to begin,
[deploy the Bookinfo sample](/docs/examples/bookinfo/#deploying-the-application)
[deploy the Bookinfo sample](/docs/examples/bookinfo/)
which will allow you to evaluate Istio's features for traffic routing, fault injection, rate
limiting, etc. Then explore the various [Istio tasks](/docs/tasks/) that interest you.