Skip to content

Commit 66f58db

Browse files
author
Etienne Tremel
committed
Upgrade Istio to 0.5.1
1 parent 93bf626 commit 66f58db

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

ab-testing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ versions:
3636

3737
### Deploy Istio
3838

39-
In this example, Istio 0.5.0 is used.
39+
In this example, Istio 0.5.1 is used.
4040

4141
```
4242
$ curl -L https://git.io/getLatestIstio | sh -
43-
$ cd istio-0.5.0
43+
$ cd istio-0.5.1
4444
$ export PATH=$PWD/bin:$PATH
4545
$ kubectl apply -f install/kubernetes/istio.yaml
4646
```

canary/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ This technique is mostly used when the tests are lacking or not reliable or if
1313
there is little confidence about the stability of the new release on the
1414
platform.
1515

16+
*In the following example we apply the poor man's canary using Kubernetes native
17+
features (replicas). If you want a finer grained control over traffic shifting,
18+
check the [a/b testing example](../ab-testing) which contain an example of
19+
traffic shifting using [Isio](https://istio.io)).*
20+
1621
## Steps to follow
1722

1823
1. 10 replicas of version 1 is serving traffic

shadow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ the secondary deployment.
3333

3434
### Deploy Istio
3535

36-
In this example, Istio 0.5.0 is used.
36+
In this example, Istio 0.5.1 is used.
3737

3838
```
3939
$ curl -L https://git.io/getLatestIstio | sh -
40-
$ cd istio-0.5.0
40+
$ cd istio-0.5.1
4141
$ export PATH=$PWD/bin:$PATH
4242
$ kubectl apply -f install/kubernetes/istio.yaml
4343
```

0 commit comments

Comments
 (0)