Skip to content

Commit dc9b676

Browse files
authored
Update README.md
1 parent 152c285 commit dc9b676

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lab-5/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ In this lab, we are going to get our hands on some of the traffic management cap
66

77
Before we start playing with Istio's traffic management capabilities, we need to define the available versions of the deployed services. In Istio parlance, versions are called subsets. Subsets are defined in destination rules.
88

9-
<!-- Run the following in the custom yaml section to create default destination rules for the Bookinfo services:
9+
Run the following in the custom yaml section to create default destination rules for the Bookinfo services:
10+
1011
```sh
1112
apiVersion: networking.istio.io/v1alpha3
1213
kind: DestinationRule
@@ -70,7 +71,7 @@ spec:
7071
labels:
7172
version: v2
7273
---
73-
``` -->
74+
```
7475

7576
Using Meshery, navigate to the Istio management page:
7677

0 commit comments

Comments
 (0)