adding a quick url to show user how to obtain GATEWAY_URL (#1425)

* adding a quick url to show user obtain GATEWAY_URL

* typo
This commit is contained in:
Lin Sun 2018-06-03 21:55:30 -04:00 committed by istio-bot
parent de871cbff8
commit 6a1466d940
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ you'll need to use `replace` rather than `create` in the following command.
Since rule propagation to the proxies is asynchronous, you should wait a few seconds for the rules Since rule propagation to the proxies is asynchronous, you should wait a few seconds for the rules
to propagate to all pods before attempting to access the application. to propagate to all pods before attempting to access the application.
1. Open the Bookinfo URL (http://$GATEWAY_URL/productpage) in your browser 1. Open the Bookinfo URL (http://$GATEWAY_URL/productpage) in your browser. If `$GATEWAY_URL` isn't set, follow the [instruction](/docs/guides/bookinfo/#determining-the-ingress-ip-and-port).
You should see the Bookinfo application productpage displayed. You should see the Bookinfo application productpage displayed.
Notice that the `productpage` is displayed with no rating stars since `reviews:v1` does not access the ratings service. Notice that the `productpage` is displayed with no rating stars since `reviews:v1` does not access the ratings service.