Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercise-12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kubectl create -f install/kubernetes/istio-auth.yaml
We need to (re)create the auto injector. There is a script bundled that will do this but you will need to switch back to _this_ directory and give it the location of your istio install. Or you can redo the steps from exercise 6. Your call.

```
cd ~/istio-workshop/exercise-13
cd ~/istio-workshop/exercise-12
./install-auto-injector.sh ~/istio
```

Expand Down
2 changes: 1 addition & 1 deletion exercise-13/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
There are some files missing from the Istio release that we require to do this exercise. You can obtain them by running the `pull-files.sh` script in this directory. It takes one argument, which should be the _root_ directory of your unpacked Istio release.

```
$ cd ~/istio-workshop/exercise-15/
$ cd ~/istio-workshop/exercise-13/
$ ./pull-files.sh ~/istio
Copying rbac samples to /home/ben/src/work/grcl/istio-0.5.0/samples/bookinfo/kube, continue? [Y/n]
Copying...
Expand Down