[Bug] NotificationChannels not reconciling after Grafana restart #811
Labels
bug
Something isn't working
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Describe the bug
When the Grafana deployment pod is recreated (either by deletion or eviction), the
grafananotificationchannels
are not reconciled by the Operator.Version
v4.5.1
To Reproduce
For easy reproduction, I'm using Minikube + Bitnami Grafana Operator charts (but the behavior is the same in production environments).
The following
values.yaml
is used, which installs Grafana with Legacy Alerting, and creates a Pager Duty notification channel for tests:All eventual
grafanadashboards
andgrafanadatasources
are recreated, but the Notification Channel is not recreated.grafananotificationchannel
is recreated, the Operator identifies the change, and submit it again to Grafana:Screenshots:
Right after installation:
Missing notification channels after Grafana pod recreation:
Recreating the
grafananotificationchannel
object reverts to the first screenshot, which is the expected behavior.Expected behavior
It's expected that the Operator submits all
grafananotificationchannels
to Grafana instance when a pod recreation occurs, without the need to recreate the objects.Suspect component/Location where the bug might be occurring
May be related to Legacy Alerting.
Runtime:
The text was updated successfully, but these errors were encountered: