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:
John Mazzitelli 2018-11-15 20:08:19 -05:00 committed by Martin Taillefer
parent 06e4ebb106
commit dea46b4b1f
1 changed files with 1 additions and 1 deletions

View File

@ -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.