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
I would expect to see a message in Teams, when my canary fails. However, nothing is ever logged to Teams. I can see that the canary has failed, however:
$ kubectl get canary
NAME STATUS WEIGHT LASTTRANSITIONTIME
dev-course Failed 0 2021-12-02T16:03:00Z
If I only change the severity to info (no other changes), then I start to see messages for all canary activity:
Additional context
Flagger version: 1.14.0
Kubernetes version: 1.20.7
Service Mesh provider: Linkerd 2.11.1
Ingress provider: ingress-nginx 1.1.0
The text was updated successfully, but these errors were encountered:
Describe the bug
According to the documentation:
However, when we set the severity of our messages to
warn
, no messages are sent out (to Teams in our case). Error severity was not tested.To Reproduce
canary-teams-webhook
secret with a keyaddress
, containing a webhook for a Teams channel.Expected behavior
I would expect to see a message in Teams, when my canary fails. However, nothing is ever logged to Teams. I can see that the canary has failed, however:
If I only change the severity to
info
(no other changes), then I start to see messages for all canary activity:Additional context
The text was updated successfully, but these errors were encountered: