From 143abddf11471664e0c21312c0b2c397fc95e8ea Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 4 Oct 2018 16:16:16 +0300 Subject: [PATCH] Update jekyll theme --- docs/index.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 6a455264..00000000 --- a/docs/index.md +++ /dev/null @@ -1,13 +0,0 @@ -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://raw.githubusercontent.com/stefanprodan/steerer/master/docs/diagrams/steerer-overview.png) - -### Install - -``` -$ helm repo add steerer https://stefanprodan.github.io/steerer -$ helm upgrade --install steerer steerer/steerer --namespace=istio-system -``` - -Docs: [github.com/stefanprodan/steerer](https://github.com/stefanprodan/steerer)