mirror of https://github.com/istio/istio.io.git
Added the information about setting the gateway_url (#14058)
This commit is contained in:
parent
7fc0d180b2
commit
1622e5f0bc
|
@ -137,7 +137,8 @@ EOF
|
|||
|
||||
{{< /tabset >}}
|
||||
|
||||
3) Open the Bookinfo URL `http://$GATEWAY_URL/productpage` in your browser.
|
||||
3) Open the Bookinfo URL `http://$GATEWAY_URL/productpage` in your browser, where `$GATEWAY_URL` is the External IP address of the ingress, as explained in
|
||||
the [Bookinfo](/docs/examples/bookinfo/#determine-the-ingress-ip-and-port) doc.
|
||||
|
||||
You should see the Bookinfo application working normally (with ratings stars displayed),
|
||||
but there is a 2 second delay whenever you refresh the page.
|
||||
|
|
Loading…
Reference in New Issue