mirror of https://github.com/istio/istio.io.git
The root context path was changed last week (#2885)
from "/" to "/kiali" (see PR istio/istio#9588) This reflects that change.
This commit is contained in:
parent
06e4ebb106
commit
dea46b4b1f
|
|
@ -110,7 +110,7 @@ Once you install Istio and Kiali, deploy the [Bookinfo](/docs/examples/bookinfo/
|
||||||
$ kubectl -n istio-system port-forward $(kubectl -n istio-system get pod -l app=kiali -o jsonpath='{.items[0].metadata.name}') 20001:20001
|
$ kubectl -n istio-system port-forward $(kubectl -n istio-system get pod -l app=kiali -o jsonpath='{.items[0].metadata.name}') 20001:20001
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
1. Visit <http://localhost:20001> in your web browser.
|
1. Visit <http://localhost:20001/kiali> in your web browser.
|
||||||
|
|
||||||
1. To log into the Kiali UI, go to the Kiali login screen and enter the username and passphrase stored in the Kiali secret.
|
1. To log into the Kiali UI, go to the Kiali login screen and enter the username and passphrase stored in the Kiali secret.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue