Skip to content

Commit

Permalink
Activate specific labs for mini version
Browse files Browse the repository at this point in the history
  • Loading branch information
theckang committed Jun 3, 2021
1 parent f1eed36 commit 46c08b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
12 changes: 12 additions & 0 deletions workshop/content/lab4.2_trafficsplitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,18 @@ You should see the following:

<br>

<blockquote>
<i class="fa fa-terminal"></i>
Revert the changes you made before ending this lab.
</blockquote>

```execute
oc apply -f ./config/istio/destinationrules-all.yaml
oc apply -f ./config/istio/virtual-services-default.yaml
```

<br>

## Summary

Congratulations, you configured traffic splitting in Istio!
Expand Down
7 changes: 0 additions & 7 deletions workshop/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,13 @@ modules:
- index
- lab1.1_welcome
- lab1.2_installing
- lab1.3_deploymsa
- lab2.1_userprofile
- lab2.2_deployuserprofile
- lab2.3_kiali
- lab3.1_featureupdate
- lab3.2_grafana
- lab3.3_jaeger
- lab4.1_routingtraffic
- lab4.2_trafficsplitting
- lab4.3_faultinjection
- lab4.4_circuitbreaking
- lab5.1_intromtls
- lab5.2_verifymtls
- lab5.3_prep
- lab5.4_authpolicy
- lab5.5_secureingressegress
- fin

0 comments on commit 46c08b5

Please sign in to comment.