mirror of https://github.com/istio/istio.io.git
Small improvements on getting started page (#8195)
This commit is contained in:
parent
ae343f4148
commit
65e28d2b6c
|
|
@ -145,8 +145,8 @@ Follow these steps to get started with Istio:
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
{{< tip >}}
|
{{< tip >}}
|
||||||
Re-run the previous command and wait until all pods report READY 2 / 2 and
|
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
|
STATUS `Running` before you go to the next step. This might take a few minutes
|
||||||
depending on your platform.
|
depending on your platform.
|
||||||
{{< /tip >}}
|
{{< /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.
|
1. Run the following command to retrieve the external address of the Bookinfo application.
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ echo http://"$GATEWAY_URL/productpage"
|
$ echo "http://$GATEWAY_URL/productpage"
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
1. Paste the output from the previous command into your web browser and confirm that the Bookinfo product page is displayed.
|
1. Paste the output from the previous command into your web browser and confirm that the Bookinfo product page is displayed.
|
||||||
|
|
|
||||||
|
|
@ -221,7 +221,7 @@ echo "$GATEWAY_URL"
|
||||||
ENDSNIP
|
ENDSNIP
|
||||||
|
|
||||||
snip_verify_external_access_confirm_1() {
|
snip_verify_external_access_confirm_1() {
|
||||||
echo http://"$GATEWAY_URL/productpage"
|
echo "http://$GATEWAY_URL/productpage"
|
||||||
}
|
}
|
||||||
|
|
||||||
snip_view_the_dashboard_dashboard_1() {
|
snip_view_the_dashboard_dashboard_1() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue