Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Minor code change in part-04/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Apr 3, 2019
1 parent 8707045 commit 066315c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/part-04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Deploy the demo of [Bookinfo](https://istio.io/docs/examples/bookinfo/) applicat

```bash
# kubectl apply -f <(istioctl kube-inject -f samples/bookinfo/platform/kube/bookinfo.yaml)
kubectl apply -f samples/bookinfo/platform/kube/bookinfo.yaml
tail -40 samples/bookinfo/platform/kube/bookinfo.yaml
kubectl apply -f samples/bookinfo/platform/kube/bookinfo.yaml
```

Output:
Expand Down Expand Up @@ -56,7 +56,7 @@ spec:
Example with `istioctl`:

```bash
istioctl kube-inject -f samples/bookinfo/platform/kube/bookinfo.yaml | tail -180
istioctl kube-inject -f samples/bookinfo/platform/kube/bookinfo.yaml | tail -172
sleep 400
```

Expand Down

0 comments on commit 066315c

Please sign in to comment.