SataQiu / istio-official-translation-tasks

1 stars 0 forks source link

/docs/examples/bookinfo/index.md #805

Open SataQiu opened 4 years ago

SataQiu commented 4 years ago

Source File: /docs/examples/bookinfo/index.md Diff:

 diff --git a/content/en/docs/examples/bookinfo/index.md b/content/en/docs/examples/bookinfo/index.md
index 2abeafa9a..4e3b78309 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 >}}