From fe0a4eb20c2c6965afbb21c059ece04e0916d10b Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Fri, 28 May 2021 12:11:30 -0400 Subject: [PATCH] fine-tune FAQ explanation pertaining to downtime Signed-off-by: Mike Ball --- docs/gitbook/faq.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/faq.md b/docs/gitbook/faq.md index 3fe91860..d7d0dc24 100644 --- a/docs/gitbook/faq.md +++ b/docs/gitbook/faq.md @@ -51,8 +51,9 @@ spec: #### 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`). +A window of downtime 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`). ## Kubernetes services