Small improvements on getting started page (#8195)

This commit is contained in:
Frank Budinsky 2020-09-23 12:17:57 -04:00 committed by GitHub
parent ae343f4148
commit 65e28d2b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -145,8 +145,8 @@ Follow these steps to get started with Istio:
{{< /text >}}
{{< tip >}}
Re-run the previous command and wait until all pods report READY 2 / 2 and
STATUS Running before you go to the next step. This might take a few minutes
Re-run the previous command and wait until all pods report READY `2/2` and
STATUS `Running` before you go to the next step. This might take a few minutes
depending on your platform.
{{< /tip >}}
@ -337,7 +337,7 @@ by viewing the Bookinfo product page using a browser.
1. Run the following command to retrieve the external address of the Bookinfo application.
{{< text bash >}}
$ echo http://"$GATEWAY_URL/productpage"
$ 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 File

@ -221,7 +221,7 @@ echo "$GATEWAY_URL"
ENDSNIP
snip_verify_external_access_confirm_1() {
echo http://"$GATEWAY_URL/productpage"
echo "http://$GATEWAY_URL/productpage"
}
snip_view_the_dashboard_dashboard_1() {