From 3a1939836a8056d683a511ccd0f0a2f9c423d9a6 Mon Sep 17 00:00:00 2001 From: Frank Budinsky Date: Thu, 12 Dec 2019 13:30:02 -0500 Subject: [PATCH] Bookinfo getting started clarification (#6063) --- content/en/docs/examples/bookinfo/index.md | 5 +++++ content/en/docs/setup/getting-started/index.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/en/docs/examples/bookinfo/index.md b/content/en/docs/examples/bookinfo/index.md index 2abeafa9ab..4e3b783098 100644 --- a/content/en/docs/examples/bookinfo/index.md +++ b/content/en/docs/examples/bookinfo/index.md @@ -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 >}} diff --git a/content/en/docs/setup/getting-started/index.md b/content/en/docs/setup/getting-started/index.md index a6045e0a9a..dd08813042 100644 --- a/content/en/docs/setup/getting-started/index.md +++ b/content/en/docs/setup/getting-started/index.md @@ -166,7 +166,7 @@ $ istioctl kube-inject -f .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.