diff --git a/README.md b/README.md index 761d4a3e..4c5ffcfb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # steerer [![travis](https://travis-ci.org/stefanprodan/steerer.svg?branch=master)](https://travis-ci.org/stefanprodan/steerer) -![docker](https://img.shields.io/microbadger/image-size/stefanprodan/steerer.svg) ![license](https://img.shields.io/github/license/stefanprodan/steerer.svg) Steerer is a Kubernetes operator that automates the promotion of canary deployments @@ -45,7 +44,7 @@ Gated rollout stages: * halt rollout if percentage is under the specified threshold * increase canary traffic wight by 10% till it reaches 100% * halt rollout while canary request success rate is under the threshold - * halt rollout while canary request duration are over the threshold + * halt rollout while canary request duration P99 is over the threshold * halt rollout if the primary or canary deployment becomes unhealthy * halt rollout while canary deployment is being scaled up/down by HPA * promote canary to primary diff --git a/docs/index.yaml b/docs/index.yaml index faae78f2..049fdfdc 100755 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -2,14 +2,14 @@ apiVersion: v1 entries: steerer: - apiVersion: v1 - appVersion: 0.0.1-beta.5 - created: 2018-09-26T23:03:14.009673769+03:00 + appVersion: 0.0.1-beta.9 + created: 2018-09-28T13:46:40.314846145+03:00 description: Steerer is a Kubernetes operator that automates the promotion of canary deployments using Istio routing for traffic shifting and Prometheus metrics for canary analysis. - digest: cdbbb52ac8555af6ea0531feb9570d753c3648c940ad2b0b6e2ff9473602301a + digest: 01a16d868cd66bf708ccbc51684a1147f94bad037f0c9971a91e8622439a8ebf name: steerer urls: - https://stefanprodan.github.io/steerer/steerer-0.0.1.tgz version: 0.0.1 -generated: 2018-09-26T23:03:14.009180667+03:00 +generated: 2018-09-28T13:46:40.313995039+03:00 diff --git a/docs/steerer-0.0.1.tgz b/docs/steerer-0.0.1.tgz index a1a1cf90..76a11171 100644 Binary files a/docs/steerer-0.0.1.tgz and b/docs/steerer-0.0.1.tgz differ