From 1faa9b524f57c00d21422f043977f2cab181f752 Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Tue, 9 Apr 2019 07:48:29 +0200 Subject: [PATCH] Kiali URL fix --- docs/part-03/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/part-03/README.md b/docs/part-03/README.md index ac415e0..dea578c 100644 --- a/docs/part-03/README.md +++ b/docs/part-03/README.md @@ -218,7 +218,7 @@ destinationrule.networking.istio.io/istio-telemetry istio-telemetry.istio-syst Configure the Istio services ([Jaeger](https://www.jaegertracing.io/), [Prometheus](https://prometheus.io/), [Grafana](https://grafana.com/), -[Kiali](http://kiali.mylabs.dev), Servicegraph) to be visible externally: +[Kiali](https://www.kiali.io/), Servicegraph) to be visible externally: ```bash envsubst < ../../files/export_services_gateway.yaml | kubectl apply -f -