Skip to content

Repeating Kustomization configured alerts every five minutes #4953

Answered by kingdonb
edutcher-cg asked this question in Q&A
Discussion options

You must be logged in to vote

The alert body should tell which resource is "configured" - this can happen if there is a conflict between the YAML in the git repo and the spec body that the operator applies to itself. Usually operators do not write back to their own resources in the spec but only write to the status - but this is not a hard and fast rule.

You should be able to tell by looking at the resource filtered through kubectl neat (a krew plugin) what differs, if the spec is rewritten by the operator. If you can post more details about how this happens, we can advise you how best to proceed, but in brief: the default mode of Flux's kustomization apply is to wipe out any diff between the resource spec in git and …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@edutcher-cg
Comment options

Answer selected by edutcher-cg
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