Release v0.20.0

This commit is contained in:
stefanprodan
2019-10-22 09:39:14 +03:00
parent ee05108279
commit 1b485b3459
10 changed files with 46 additions and 10 deletions
+16 -1
View File
@@ -10,7 +10,7 @@ Flagger can run automated application analysis, promotion and rollback for the f
* Canary (traffic mirroring)
* Istio
* A/B Testing (HTTP headers and cookies traffic routing)
* Istio, NGINX
* Istio, App Mesh, NGINX
* Blue/Green (traffic switch)
* Kubernetes CNI, Istio, Linkerd, App Mesh, NGINX, Gloo
@@ -43,6 +43,21 @@ Istio example:
regex: "^(.*?;)?(canary=always)(;.*)?$"
```
App Mesh example:
```yaml
canaryAnalysis:
interval: 1m
threshold: 10
iterations: 2
match:
- headers:
user-agent:
regex: ".*Chrome.*"
```
Note that App Mesh supports a single condition.
NGINX example:
```yaml
@@ -113,7 +113,7 @@ Install the App Mesh CRD controller:
```sh
helm upgrade -i appmesh-controller eks/appmesh-controller \
--wait --namespace appmesh-system
--wait --namespace appmesh-system --version 0.2.0
```
Install the App Mesh admission controller: