Push a notification when a canary is waiting for approval

This commit is contained in:
stefanprodan
2019-07-25 19:10:46 +03:00
parent e07a82d024
commit 163f5292b0
2 changed files with 5 additions and 3 deletions

View File

@@ -901,7 +901,8 @@ Manual gating with Flagger's tester:
url: http://flagger-loadtester.test/gate/halt
```
The `/gate/halt` returns HTTP 403 thus blocking the rollout.
The `/gate/halt` returns HTTP 403 thus blocking the rollout.
If you have notifications enabled, Flagger will post a message to Slack or MS Teams if a canary rollout is waiting for approval.
Change the URL to `/gate/approve` to start the canary analysis: