mirror of https://github.com/istio/istio.io.git
Fix kiali link (#5002)
This commit is contained in:
parent
0aefbf4a95
commit
0350dc178a
|
|
@ -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
|
||||
{{< /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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue