From 72491248d97bbb57b9e31053a12fbd4465726ce3 Mon Sep 17 00:00:00 2001 From: Tejeev Date: Tue, 4 Feb 2020 18:31:56 +0000 Subject: [PATCH] There is no direct link from Namespaces, to workloads --- .../v2.x/en/cluster-admin/tools/istio/setup/gateway/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/cluster-admin/tools/istio/setup/gateway/_index.md b/content/rancher/v2.x/en/cluster-admin/tools/istio/setup/gateway/_index.md index 771af212486..47c9ff33812 100644 --- a/content/rancher/v2.x/en/cluster-admin/tools/istio/setup/gateway/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/tools/istio/setup/gateway/_index.md @@ -104,7 +104,7 @@ To test and see if the BookInfo app deployed correctly, the app can be viewed a To get the ingress gateway URL and port, 1. Go to the `System` project in your cluster. -1. Within the `System` project, go to the namespace `istio-system`. +1. Within the `System` project, go to `Resources` > `Workloads` then scroll down to the `istio-system` namespace. 1. Within `istio-system`, there is a workload named `istio-ingressgateway`. Under the name of this workload, you should see links, such as `80/tcp`. 1. Click one of those links. This should show you the URL of the ingress gateway in your web browser. Append `/productpage` to the URL.