From a8f801c11d7c4718f4f6149ea191915f2581707a Mon Sep 17 00:00:00 2001 From: Shamsher Ansari Date: Mon, 16 Mar 2020 23:39:21 +0530 Subject: [PATCH] Reword to clarify the intent of external access (#6888) --- content/en/docs/setup/getting-started/index.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/content/en/docs/setup/getting-started/index.md b/content/en/docs/setup/getting-started/index.md index d2c8c24434..cc04246743 100644 --- a/content/en/docs/setup/getting-started/index.md +++ b/content/en/docs/setup/getting-started/index.md @@ -327,12 +327,16 @@ $ export INGRESS_HOST=$(kubectl get po -l istio=ingressgateway -n istio-system - ### Verify external access {#confirm} -Confirm that the Bookinfo application is accessible from outside. Copy the -output of this command and paste into your browser: +Confirm that the Bookinfo application is accessible from outside +by viewing the Bookinfo product page using a browser. -{{< text bash >}} -$ echo http://$GATEWAY_URL/productpage -{{< /text >}} +1. Run the following command to retrieve the external address of the Bookinfo application. + + {{< text bash >}} + $ echo http://$GATEWAY_URL/productpage + {{< /text >}} + +1. Paste the output from the previous command into your web browser and confirm that the Bookinfo product page is displayed. ## View the dashboard {#dashboard}