Skip to content

Commit

Permalink
documents downtime during initialization when using skipAnalysis=false
Browse files Browse the repository at this point in the history
Signed-off-by: Jhuliano Skittberg Moreno <jhuliano.moreno@typeform.com>
  • Loading branch information
jhuliano committed Jan 28, 2021
1 parent 99a8520 commit 7027f18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/gitbook/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 7027f18

Please sign in to comment.