Fix kiali link (#5002)

This commit is contained in:
Zhonghu Xu 2019-10-19 21:17:35 +08:00 committed by Istio Automation
parent 0aefbf4a95
commit 0350dc178a
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ $ oc patch clusterrole kiali -p '[{"op":"add", "path":"/rules/-", "value":{"apiG
$ 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/kiali/console> in your web browser. 1. Visit <https://localhost:20001/kiali/console> 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.