From eb6253354d17c7d3e0771e945a9ac79eb6a741bb Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Wed, 30 Jan 2019 15:08:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2c25e10..6d51ce35 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Flagger implements a control loop that gradually shifts traffic to the canary wh 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. +With Flagger you don't have to worry about keeping code and configuration changes in sync. Flagger keeps track of ConfigMaps and Secrets referenced by a Kubernetes Deployment and triggers a canary analysis if any of those objects change. When promoting a workload in production, both code (container images) and configuration (config maps and secrets) are being synchronised. + ### For the install instructions and usage examples please see [docs.flagger.app](https://docs.flagger.app) This project is sponsored by [Weaveworks](https://www.weave.works/)