From 1e3e6427d58cf53416b7330f96aeb6eb03add728 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 25 Feb 2019 23:22:49 +0200 Subject: [PATCH] Add link to virtual service docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c078a4..5d8dcdb4 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Flagger documentation can be found at [docs.flagger.app](https://docs.flagger.ap * [Flagger install on GKE](https://docs.flagger.app/install/flagger-install-on-google-cloud) * How it works * [Canary custom resource](https://docs.flagger.app/how-it-works#canary-custom-resource) + * [Virtual Service](https://docs.flagger.app/how-it-works#virtual-service) * [Canary deployment stages](https://docs.flagger.app/how-it-works#canary-deployment) * [Canary analysis](https://docs.flagger.app/how-it-works#canary-analysis) * [HTTP metrics](https://docs.flagger.app/how-it-works#http-metrics) @@ -105,7 +106,7 @@ spec: rewrite: uri: / # for emergency cases when you want to ship changes - # in production without analysing the canary + # in production without analysing the canary (default false) skipAnalysis: false canaryAnalysis: # schedule interval (default 60s)