From 91a3f2c9a7ac2869be7d82dd0fbd758fbcb0b537 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sun, 16 Jun 2019 10:52:33 +0300 Subject: [PATCH] Add NGINX A/B testing convention to FAQ --- docs/gitbook/faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/gitbook/faq.md b/docs/gitbook/faq.md index 61e13588..e33905f0 100644 --- a/docs/gitbook/faq.md +++ b/docs/gitbook/faq.md @@ -44,6 +44,8 @@ NGINX example: exact: "canary" ``` +Note that the NGINX ingress controller supports only exact matching for a single header and the cookie value is set to `always`. + The above configurations will route users with the x-canary header or canary cookie to the canary instance during analysis: ```bash