From 757b5ca22ed71720d9f5b3c35fa8ff9de25367fc Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 18 Jun 2019 11:35:07 +0300 Subject: [PATCH] Add missing config params to chart readme --- charts/flagger/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/flagger/README.md b/charts/flagger/README.md index d47034a6..9a2492d6 100644 --- a/charts/flagger/README.md +++ b/charts/flagger/README.md @@ -1,7 +1,7 @@ # Flagger [Flagger](https://github.com/weaveworks/flagger) is a Kubernetes operator that automates the promotion of -canary deployments using Istio routing for traffic shifting and Prometheus metrics for canary analysis. +canary deployments using Istio, App Mesh, NGINX or Gloo routing for traffic shifting and Prometheus metrics for canary analysis. Flagger implements a control loop that gradually shifts traffic to the canary while measuring key performance indicators like HTTP requests success rate, requests average duration and pods health. Based on the KPIs analysis a canary is promoted or aborted and the analysis result is published to Slack. @@ -9,7 +9,6 @@ Based on the KPIs analysis a canary is promoted or aborted and the analysis resu ## Prerequisites * Kubernetes >= 1.11 -* Istio >= 1.0 * Prometheus >= 2.6 ## Installing the Chart @@ -48,7 +47,8 @@ Parameter | Description | Default `image.repository` | image repository | `weaveworks/flagger` `image.tag` | image tag | `` `image.pullPolicy` | image pull policy | `IfNotPresent` -`metricsServer` | Prometheus URL | `http://prometheus.istio-system:9090` +`prometheus.install` | if `true`, installs Prometheus configured to scrape all pods in the custer including the App Mesh sidecar | `false` +`metricsServer` | Prometheus URL, used when `prometheus.install` is `false` | `http://prometheus.istio-system:9090` `slack.url` | Slack incoming webhook | None `slack.channel` | Slack channel | None `slack.user` | Slack username | `flagger`