Skip to content

Commit

Permalink
Ensure Kiali can view deployment configs
Browse files Browse the repository at this point in the history
  • Loading branch information
theckang committed Nov 16, 2021
1 parent 4a853bb commit 93a1cba
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion workshop/content/lab2.3_kiali.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ Istio provides [Kiali][1], an open source project that gives you a console view

## Explore Kiali

First, let's send some load to the application.
Ensure Kiali can view your deployments:

```execute
oc get cm kiali -n %username%-istio -o yaml | sed '/DeploymentConfig/d' | oc apply -n %username%-istio -f -
oc rollout restart deployment kiali -n %username%-istio
```

<br>

Let's send some load to the application.

<blockquote>
<i class="fa fa-terminal"></i>
Expand Down

0 comments on commit 93a1cba

Please sign in to comment.