We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 381c19b + 4d28b90 commit 52dd8f8Copy full SHA for 52dd8f8
docs/gitbook/faq.md
@@ -69,8 +69,8 @@ spec:
69
#### Why is there a window of downtime during the canary initializing process when analysis is disabled?
70
71
A window of downtime is the intended behavior when the analysis is disabled. This allows instant rollback and also mimics the way
72
-a Kubernetes deployment initialization works. To avoid this, enable the analysis (`skipAnalysis: true`), wait for the initialization
73
-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`).
74
75
#### How to disable cross namespace references?
76
0 commit comments