Add diagram to docs site

This commit is contained in:
Stefan Prodan
2018-09-27 14:49:59 +03:00
parent 65a3e18247
commit 2027e2dd6b

View File

@@ -1,11 +1,11 @@
# Steerer
Steerer is a Kubernetes operator that automates the promotion of canary deployments
using Istio routing for traffic shifting and Prometheus metrics for canary analysis.
![steerer-overview](https://github.com/stefanprodan/steerer/blob/master/docs/diagrams/steerer-overview.png)
### Install
```console
```
$ helm repo add steerer https://stefanprodan.github.io/steerer
$ helm upgrade --install steerer steerer/steerer --namespace=istio-system
```