Skip to content

Commit

Permalink
Fix typos on routes
Browse files Browse the repository at this point in the history
  • Loading branch information
theckang committed Jun 4, 2021
1 parent f1eed36 commit 990998c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workshop/content/lab2.3_kiali.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion workshop/content/lab3.3_jaeger.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Open the Jaeger console. Retrieve the endpoint for Jaeger:
</blockquote>

```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.
Expand Down

0 comments on commit 990998c

Please sign in to comment.