From 53c26d7a8d3805cb463221f11daa9290b6b41d70 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 4 Oct 2018 17:18:47 +0300 Subject: [PATCH] Update site --- README.md | 6 +++--- docs/README.md | 10 +++++----- docs/_config.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 12a5f1d2..a1705eda 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ one for the version you want to upgrade called _primary_ and one for the _canary Each deployment must have a corresponding ClusterIP [service](https://kubernetes.io/docs/concepts/services-networking/service/) that exposes a port named http or https. These services are used as destinations in a Istio [virtual service](https://istio.io/docs/reference/config/istio.networking.v1alpha3/#VirtualService). -![steerer-overview](https://github.com/stefanprodan/steerer/blob/master/docs/diagrams/steerer-overview.png) +![steerer-overview](https://raw.githubusercontent.com/stefanprodan/steerer/master/docs/diagrams/steerer-overview.png) Gated canary promotion stages: @@ -198,7 +198,7 @@ histogram_quantile(0.99, ### Automated canary analysis, promotions and rollbacks -![steerer-canary](https://github.com/stefanprodan/steerer/blob/master/docs/diagrams/steerer-canary-hpa.png) +![steerer-canary](https://raw.githubusercontent.com/stefanprodan/steerer/master/docs/diagrams/steerer-canary-hpa.png) Create a test namespace with Istio sidecar injection enabled: @@ -368,7 +368,7 @@ helm upgrade -i steerer-grafana steerer/grafana \ The dashboard shows the RED and USE metrics for the primary and canary workloads: -![steerer-grafana](https://github.com/stefanprodan/steerer/blob/master/docs/screens/grafana-canary-analysis.png) +![steerer-grafana](https://raw.githubusercontent.com/stefanprodan/steerer/master/docs/screens/grafana-canary-analysis.png) The canary errors and latency spikes have been recorded as Kubernetes events and logged by Steerer in json format: diff --git a/docs/README.md b/docs/README.md index 12a5f1d2..5b806871 100644 --- a/docs/README.md +++ b/docs/README.md @@ -37,7 +37,7 @@ one for the version you want to upgrade called _primary_ and one for the _canary Each deployment must have a corresponding ClusterIP [service](https://kubernetes.io/docs/concepts/services-networking/service/) that exposes a port named http or https. These services are used as destinations in a Istio [virtual service](https://istio.io/docs/reference/config/istio.networking.v1alpha3/#VirtualService). -![steerer-overview](https://github.com/stefanprodan/steerer/blob/master/docs/diagrams/steerer-overview.png) +![steerer-overview](https://raw.githubusercontent.com/stefanprodan/steerer/master/docs/diagrams/steerer-overview.png) Gated canary promotion stages: @@ -157,7 +157,7 @@ The canary analysis is using the following promql queries: _HTTP requests success rate percentage_ -```sql +```promql sum( rate( istio_requests_total{ @@ -182,7 +182,7 @@ sum( _HTTP requests milliseconds duration P99_ -```sql +```promql histogram_quantile(0.99, sum( irate( @@ -198,7 +198,7 @@ histogram_quantile(0.99, ### Automated canary analysis, promotions and rollbacks -![steerer-canary](https://github.com/stefanprodan/steerer/blob/master/docs/diagrams/steerer-canary-hpa.png) +![steerer-canary](https://raw.githubusercontent.com/stefanprodan/steerer/master/docs/diagrams/steerer-canary-hpa.png) Create a test namespace with Istio sidecar injection enabled: @@ -368,7 +368,7 @@ helm upgrade -i steerer-grafana steerer/grafana \ The dashboard shows the RED and USE metrics for the primary and canary workloads: -![steerer-grafana](https://github.com/stefanprodan/steerer/blob/master/docs/screens/grafana-canary-analysis.png) +![steerer-grafana](https://raw.githubusercontent.com/stefanprodan/steerer/master/docs/screens/grafana-canary-analysis.png) The canary errors and latency spikes have been recorded as Kubernetes events and logged by Steerer in json format: diff --git a/docs/_config.yaml b/docs/_config.yaml index c74ef4c5..7cacb1f3 100644 --- a/docs/_config.yaml +++ b/docs/_config.yaml @@ -2,7 +2,7 @@ title: Steerer - Istio Progressive Delivery Kubernetes Operator remote_theme: errordeveloper/simple-project-homepage repository: stefanprodan/steerer -by_weaveworks: false +by_weaveworks: true url: "https://stefanprodan.github.io/steerer" baseurl: "/"