From 990998c60790788584977198dd124efe98ad098b Mon Sep 17 00:00:00 2001 From: theckang Date: Fri, 4 Jun 2021 14:36:42 -0500 Subject: [PATCH] Fix typos on routes --- workshop/content/lab2.3_kiali.md | 2 +- workshop/content/lab3.3_jaeger.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workshop/content/lab2.3_kiali.md b/workshop/content/lab2.3_kiali.md index b9e27f9..012f032 100644 --- a/workshop/content/lab2.3_kiali.md +++ b/workshop/content/lab2.3_kiali.md @@ -35,7 +35,7 @@ Now let's open the Kiali console. Retrieve the endpoint for Kiali: ```execute -echo $(oc get route kiali -n istio-system --template='https://{{.spec.host}}') +echo $(oc get route kiali -n %username%-istio --template='https://{{.spec.host}}') ``` Output (sample): diff --git a/workshop/content/lab3.3_jaeger.md b/workshop/content/lab3.3_jaeger.md index 911c3ee..6d5afd2 100644 --- a/workshop/content/lab3.3_jaeger.md +++ b/workshop/content/lab3.3_jaeger.md @@ -12,7 +12,7 @@ Open the Jaeger console. Retrieve the endpoint for Jaeger: ```execute -echo $(oc get route jaeger -n istio-system --template='https://{{.spec.host}}') +echo $(oc get route jaeger -n %username%-istio --template='https://{{.spec.host}}') ``` Click 'Allow selected permissions' if prompted to authorized access.