Correct Kiali URL (#2869)

Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
This commit is contained in:
Chunlin Yang 2018-11-13 22:39:36 +08:00 committed by Shriram Rajagopalan
parent c9a4a6fd11
commit a3754037b2
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,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
{{< /text >}}
1. Visit https://localhost:20001 in your web browser.
1. Visit http://localhost:20001 in your web browser.
1. To log into the Kiali UI, enter the username and passphrase you stored in the Kiali secret in the Kiali login screen. If you used the example secret above, enter a username of `admin` with a passphrase of `mysecret`.