mirror of https://github.com/istio/istio.io.git
Bookinfo getting started clarification (#6063)
This commit is contained in:
parent
6e73971098
commit
3a1939836a
|
@ -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 >}}
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue