Replies: 1 comment 1 reply
-
We need more troubleshooting data to help you: controller logs, events from the Flux objects, a list of all ImageRepository, ImagePolicy and ImageUpdateAutomations in the cluster, could you have more of those objects that could be running concurrently and triggering the update? Could you have those objects in different clusters running concurrently? ImageUpdateAutomation also watches the GitRepository object, if the generation of the GitRepository changes we reconcile any ImageUpdateAutomations making reference to it. Please give us as much information as possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble controlling the frequency of the image update. I've configured both the image repository and the image update automation to have an interval of 30m, but I still see the image update committing sometimes only with 10s between commits. Do I misunderstand the meaning of the interval settings?
Ultimately the motivation here is the every new build of our app's image on the master branch is too frequent. The flagger canary doesn't have time to complete: the cluster is constantly pulling down images to start the canary only to restart second later.. Maybe there's a different approach here that we should be taking rather than just increasing the interval?
Beta Was this translation helpful? Give feedback.
All reactions