You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/gitbook/usage/progressive-delivery.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ kubectl -n test apply -f ${REPO}/artifacts/loadtester/deployment.yaml
24
24
kubectl -n test apply -f ${REPO}/artifacts/loadtester/service.yaml
25
25
```
26
26
27
-
Create a canary custom resource \(replace example.com with your own domain\):
27
+
Create a canary custom resource (replace example.com with your own domain):
28
28
29
29
```yaml
30
30
apiVersion: flagger.app/v1alpha3
@@ -146,6 +146,8 @@ Events:
146
146
Normal Synced 5s flagger Promotion completed! Scaling down podinfo.test
147
147
```
148
148
149
+
**Note** that if you apply new changes to the deployment during the canary analysis, Flagger will restart the analysis.
150
+
149
151
You can monitor all canaries with:
150
152
151
153
```bash
@@ -181,7 +183,8 @@ Generate latency:
181
183
watch curl http://podinfo-canary:9898/delay/1
182
184
```
183
185
184
-
When the number of failed checks reaches the canary analysis threshold, the traffic is routed back to the primary, the canary is scaled to zero and the rollout is marked as failed.
186
+
When the number of failed checks reaches the canary analysis threshold, the traffic is routed back to the primary,
187
+
the canary is scaled to zero and the rollout is marked as failed.
0 commit comments