Skip to content
Discussion options

You must be logged in to vote

The error is not harmful, that's because when image-reflector-controller starts reconciling an ImageRepository it marks the object as "Progressing", which is not "Ready". The ImagePolicy reconciler gets notified about this change in the ImageRepository status and tries to reconcile, but because the ImageRepo is not ready, we mark the ImagePolicy as not ready either with the reason DependencyNotReady. But when the controller finishes reconciling the ImageRepo, the ImagePolicy will get another event and reconcile properly. You can configure your Alert to ignore this error for now:

https://fluxcd.io/flux/components/notification/alerts/#event-exclusion

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tarioch
Comment options

You must be logged in to vote
0 replies
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