fix(faq): Update FAQ about zero downtime with correct values

Signed-off-by: mdolinin <dmo.builder@gmail.com>
This commit is contained in:
mdolinin 2022-10-26 20:56:30 -04:00
parent 381c19b952
commit 4d28b9074b
No known key found for this signature in database
GPG Key ID: 41A5DF61CA770609
1 changed files with 2 additions and 2 deletions

View File

@ -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?