Skip to content

Notification controller not publishing Reconciliation Succeeded events #4563

Answered by stefanprodan
vcalmic asked this question in Q&A
Discussion options

You must be logged in to vote

The Alert API is meant to notify when the cluster state drifts from the desired state, the fact that the controller went over a reconcile loop that resulted in no operations is not subject to altering. If you need to capture these events, you could write your own HTTP receiver and use an Alert Provider that forwards all events in raw JSON format to that endpoint. Docs here: https://fluxcd.io/flux/components/notification/providers/#generic-webhook

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@vcalmic
Comment options

@vcalmic
Comment options

@stefanprodan
Comment options

Answer selected by vcalmic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants