mirror of https://github.com/istio/istio.io.git
Reword to clarify the intent of external access (#6888)
This commit is contained in:
parent
42fce40dc3
commit
a8f801c11d
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue