Skip to content

Commit

Permalink
Add viz extension installation step (kubernetes#1177)
Browse files Browse the repository at this point in the history
Signed-off-by: Takumi Sue <u630868b@alumni.osaka-u.ac.jp>

Co-authored-by: cpretzer <cpretzer@users.noreply.github.com>
  • Loading branch information
mikutas and cpretzer authored Sep 8, 2021
1 parent 5704252 commit 6db1d9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions linkerd.io/content/2.10/tasks/multicluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,15 @@ for ctx in west east; do
done
```

If verified, then let's install viz extension.

```bash
linkerd viz install \
| tee \
>(kubectl --context=west apply -f -) \
>(kubectl --context=east apply -f -)
```

## Preparing your cluster

{{< fig
Expand Down

0 comments on commit 6db1d9c

Please sign in to comment.