Skip to content

Commit

Permalink
Merge pull request #1302 from mdolinin/fix/faq-doc-zero-downtime
Browse files Browse the repository at this point in the history
fix(faq): Update FAQ about zero downtime with correct values
  • Loading branch information
stefanprodan authored Oct 27, 2022
2 parents 381c19b + 4d28b90 commit 52dd8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gitbook/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ spec:
#### Why is there a window of downtime during the canary initializing process when analysis is disabled?

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`).
a Kubernetes deployment initialization works. To avoid this, enable the analysis (`skipAnalysis: false`), wait for the initialization
to finish, and disable it afterward (`skipAnalysis: true`).

#### How to disable cross namespace references?

Expand Down

0 comments on commit 52dd8f8

Please sign in to comment.