From 7027f18394df32f85e669529e145eb8e3d02e1fa Mon Sep 17 00:00:00 2001 From: Jhuliano Skittberg Moreno Date: Thu, 28 Jan 2021 12:53:28 +0100 Subject: [PATCH] documents downtime during initialization when using skipAnalysis=false Signed-off-by: Jhuliano Skittberg Moreno --- docs/gitbook/faq.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/gitbook/faq.md b/docs/gitbook/faq.md index 57ce1b9f..b252c3a8 100644 --- a/docs/gitbook/faq.md +++ b/docs/gitbook/faq.md @@ -49,6 +49,11 @@ spec: timestamp: "2020-03-10T14:24:48+0000" ``` +#### Why is there a 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`). + ## Kubernetes services #### How is an application exposed inside the cluster?