mirror of https://github.com/fluxcd/flagger.git
use nonplural 'cookie' in FAQ A/B test explanation
Signed-off-by: Mike Ball <mike.ball@warnermedia.com>
This commit is contained in:
parent
867c1af897
commit
4c0843f92a
|
|
@ -14,7 +14,7 @@ Flagger implements the following deployment strategies:
|
|||
#### When should I use A/B testing instead of progressive traffic shifting?
|
||||
|
||||
For frontend applications that require session affinity, you should use HTTP headers or
|
||||
cookies match conditions to ensure a set of users will stay on the same version for
|
||||
cookie match conditions to ensure a set of users will stay on the same version for
|
||||
the whole duration of the canary analysis.
|
||||
|
||||
#### Can I use Flagger to manage applications that live outside of a service mesh?
|
||||
|
|
|
|||
Loading…
Reference in New Issue