From a35b0e86399b2a4afafa7af6d8fb2557fadccb34 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Fri, 28 May 2021 12:10:14 -0400 Subject: [PATCH] fine-tune language of FAQ pertaining to downtime Signed-off-by: Mike Ball --- docs/gitbook/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/faq.md b/docs/gitbook/faq.md index d36bc1dc..3fe91860 100644 --- a/docs/gitbook/faq.md +++ b/docs/gitbook/faq.md @@ -49,7 +49,7 @@ spec: timestamp: "2020-03-10T14:24:48+0000" ``` -#### Why is there a downtime during the canary initializing process when analysis is disabled? +#### Why is there a window of downtime during the canary initializing process when analysis is disabled? It is the intended behavior when the analysis is disabled, this allows instant rollback and also mimics the way a Kubernetes deployment initialization works. To avoid this: enable the analysis (`skipAnalysis: true`), wait for the initialization to finish, and disable it afterward (`skipAnalysis: false`).